<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>



<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>:: Acadmico &gt; Cadastros &gt; Perodos</title>
<link rel="stylesheet" type="text/css" href="RELATORIO%20H_arquivos/estilo.css">
<link rel="stylesheet" href="RELATORIO%20H_arquivos/jquery.css">
<style type="text/css" media="all">
table {
	border-collapse:collapse;
}
.style3 {
	color: #FF0000
}
</style>
<script language="JavaScript" src="RELATORIO%20H_arquivos/funcoes.js" type="text/JavaScript"></script>
<script src="RELATORIO%20H_arquivos/jquery.js" type="text/javascript"></script>
<script src="RELATORIO%20H_arquivos/jquery_002.js" type="text/javascript"></script>
<script src="RELATORIO%20H_arquivos/jquery_003.js" type="text/javascript"></script>
<script src="RELATORIO%20H_arquivos/jquery_004.js" type="text/javascript"></script>
<script language="JavaScript">

        function inicializa() {

            //parent.document.forms[0].height = document.body.scrollHeight+30;

            //parent.parent.document.getElementById('centro').height =
			//	document.body.scrollHeight + 200;
			
        }

        function ValidaPagina(obj,tipoAcao) {
            obj.disabled = true;
			var qtd_Alunos 		= document.getElementById('qtd_Alunos').value;
            var qtd_Disciplinas = document.getElementById('qtd_Disciplinas').value;
            var objNota;
			var qtdCamposBrancos = 0;
            var cd_Aluno = '';
			var cd_Disciplina = '';
            var nr_Nota = '';
            var qtdErro = 0;
			var msg = 'Existem notas maiores do que 10!';
			
            for (i = 1; i <= qtd_Alunos; i++) {
                cd_Aluno = document.getElementById('cd_Aluno_' + i).value;
                for (y = 1; y <= qtd_Disciplinas; y++) {
                	cd_Disciplina = document.getElementById('cd_Disciplina_' + y).value;
					objNota = document.getElementById('nr_Nota_' + cd_Aluno + '_' + cd_Disciplina);
                    nr_Nota = objNota.value.split(',');

                    if (nr_Nota[0] > 10) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
                    else if ((nr_Nota[0] == 10) && (nr_Nota[1] > 0)) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
					else if (objNota.value == '')
					{
						qtdCamposBrancos++;
					}
                }
            }
			//if (qtdCamposBrancos == (qtd_Alunos * qtd_Disciplinas))
			//{
			//	msg = 'Nenhuma nota foi informada!';	
			//	qtdErro = 1;			
			//}
            if (qtdErro == 0) {                
				document.forms[0].action = "AlunoAvaliacao_frmCad.asp?Inc_Alt="+ tipoAcao
				document.forms[0].submit();
            }
            else {
				alert(msg);
                obj.disabled = false;
            }
        }
				
		function selecionaSemestre(obj) {
		
			querystring = "&ci_Turma="+ document.getElementById("cd_Turma").value +
						  "&ci_Disciplina="+ document.getElementById("cd_Disciplina").value +
						  "&cd_CursoTpMapa="+ document.getElementById("cd_CursoTpMapa").value +
						  "&nr_Semestre="+ document.getElementById("nr_Semestre").value +
						  "&ci_Periodo="+ document.getElementById("cd_Periodo").value +						  
						  "&cd_TpEnsino="+ document.getElementById("cd_TpEnsino").value +	
						  "&ds_Periodo="+ document.getElementById("ds_Periodo").value +
						  "&nr_anoletivo="+ document.getElementById("nr_anoletivo").value +
						  "&nr_semestreSel="+ obj.value;
		
			document.location = "AlunoAvaliacao_frmCad.asp?Inc_Alt=I"+ querystring;
		}
		
		function Excluir(obj) {
			if (confirm("ATENO!! Deseja realmente excluir TODAS as avaliaes lanadas para esta turma?")) {
				ValidaPagina(obj,'E');
			}
		}
		
	$(function() {
		$('td[@id^="colunaNotaAluno_"]').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: "<br>",
			fixPNG: true,
			opacity: 0.95
		});
	});		

</script>
</head><body leftmargin="0" topmargin="0" onload="inicializa();" marginheight="0" marginwidth="0">
<!-- INCIO - CONTEDO: TABELA BASE/CENTRO -->
<form name="frmCadastro" method="post">
  <!-- INCIO TABELA - CONTEDO: PESQUISA -->
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td align="center"><table width="98%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" height="30" align="left">3 Srie | ENSINO MDIO | ENSINO REGULAR | Manh | H - 3 Perodo - 29/10/2012 - 17/01/2013</td>
          </tr>
        </tbody></table>
        
        <input id="cd_Periodo" name="cd_Periodo" value="3" type="hidden">
        <input id="qtd_Alunos" name="qtd_Alunos" value="43" type="hidden">
        <input id="qtd_Disciplinas" name="qtd_Disciplinas" value="13" type="hidden">
        <input id="cd_Turma" name="cd_Turma" value="96450" type="hidden">
        <input id="nr_Semestre" name="nr_Semestre" value="" type="hidden">
        <input id="cd_CursoTpMapa" name="cd_CursoTpMapa" value="1" type="hidden">
        <input id="cd_Disciplina" name="cd_Disciplina" value="" type="hidden">
        <input id="ds_Periodo" name="ds_Periodo" value="3 Perodo - 29/10/2012 - 17/01/2013" type="hidden">
        <input id="cd_TpEnsino" name="cd_TpEnsino" value="1" type="hidden">
        <input id="nr_anoletivo" name="nr_anoletivo" value="2012" type="hidden">
        <table width="99%" border="1" bordercolor="#c0c081" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" width="627" align="left" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; ARTE&nbsp;&nbsp;
              <input id="cd_Disciplina_1" name="cd_Disciplina_1" value="154" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; BIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_2" name="cd_Disciplina_2" value="160" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; EDUCAO FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_3" name="cd_Disciplina_3" value="530" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FILOSOFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_4" name="cd_Disciplina_4" value="780" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_5" name="cd_Disciplina_5" value="800" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; GEOGRAFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_6" name="cd_Disciplina_6" value="890" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; HISTORIA&nbsp;&nbsp;
              <input id="cd_Disciplina_7" name="cd_Disciplina_7" value="970" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (ESPANHOL)&nbsp;&nbsp;
              <input id="cd_Disciplina_8" name="cd_Disciplina_8" value="3330" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (INGLES)&nbsp;&nbsp;
              <input id="cd_Disciplina_9" name="cd_Disciplina_9" value="1130" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA PORTUGUESA&nbsp;&nbsp;
              <input id="cd_Disciplina_10" name="cd_Disciplina_10" value="1140" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; MATEMTICA&nbsp;&nbsp;
              <input id="cd_Disciplina_11" name="cd_Disciplina_11" value="1200" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; QUIMICA&nbsp;&nbsp;
              <input id="cd_Disciplina_12" name="cd_Disciplina_12" value="1620" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; SOCIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_13" name="cd_Disciplina_13" value="1730" type="hidden"></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;494472&nbsp;ALICE JUSTINO DOS SANTOS
              <input id="cd_Aluno_1" name="cd_Aluno_1" value="494472" type="hidden"></td>
            
            <td id="colunaNotaAluno_494472_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494472_154" id="ci_AlunoAvaliacao_494472_154" value="100100986" type="hidden">
                <input name="nr_Nota_494472_154" id="nr_Nota_494472_154" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494472_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494472_160" id="ci_AlunoAvaliacao_494472_160" value="99814588" type="hidden">
                <input name="nr_Nota_494472_160" id="nr_Nota_494472_160" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494472_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494472_530" id="ci_AlunoAvaliacao_494472_530" value="99661585" type="hidden">
                <input name="nr_Nota_494472_530" id="nr_Nota_494472_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494472_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494472_780" id="ci_AlunoAvaliacao_494472_780" value="99254317" type="hidden">
                <input name="nr_Nota_494472_780" id="nr_Nota_494472_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494472_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494472_800" id="ci_AlunoAvaliacao_494472_800" value="100796259" type="hidden">
                <input name="nr_Nota_494472_800" id="nr_Nota_494472_800" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494472_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494472_890" id="ci_AlunoAvaliacao_494472_890" value="99442414" type="hidden">
                <input name="nr_Nota_494472_890" id="nr_Nota_494472_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494472_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494472_970" id="ci_AlunoAvaliacao_494472_970" value="99254828" type="hidden">
                <input name="nr_Nota_494472_970" id="nr_Nota_494472_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494472_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494472_3330" id="ci_AlunoAvaliacao_494472_3330" value="99933020" type="hidden">
                <input name="nr_Nota_494472_3330" id="nr_Nota_494472_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494472_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494472_1130" id="ci_AlunoAvaliacao_494472_1130" value="99442773" type="hidden">
                <input name="nr_Nota_494472_1130" id="nr_Nota_494472_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494472_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494472_1140" id="ci_AlunoAvaliacao_494472_1140" value="100109224" type="hidden">
                <input name="nr_Nota_494472_1140" id="nr_Nota_494472_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494472_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494472_1200" id="ci_AlunoAvaliacao_494472_1200" value="99813901" type="hidden">
                <input name="nr_Nota_494472_1200" id="nr_Nota_494472_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494472_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494472_1620" id="ci_AlunoAvaliacao_494472_1620" value="99814877" type="hidden">
                <input name="nr_Nota_494472_1620" id="nr_Nota_494472_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494472_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494472_1730" id="ci_AlunoAvaliacao_494472_1730" value="99255166" type="hidden">
                <input name="nr_Nota_494472_1730" id="nr_Nota_494472_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1197167&nbsp;ANA JESSICA MENDES DE OLIVEIRA
              <input id="cd_Aluno_2" name="cd_Aluno_2" value="1197167" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197167_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197167_154" id="ci_AlunoAvaliacao_1197167_154" value="100100987" type="hidden">
                <input name="nr_Nota_1197167_154" id="nr_Nota_1197167_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197167_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197167_160" id="ci_AlunoAvaliacao_1197167_160" value="99814589" type="hidden">
                <input name="nr_Nota_1197167_160" id="nr_Nota_1197167_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197167_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197167_530" id="ci_AlunoAvaliacao_1197167_530" value="99661586" type="hidden">
                <input name="nr_Nota_1197167_530" id="nr_Nota_1197167_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197167_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197167_780" id="ci_AlunoAvaliacao_1197167_780" value="99254318" type="hidden">
                <input name="nr_Nota_1197167_780" id="nr_Nota_1197167_780" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197167_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197167_800" id="ci_AlunoAvaliacao_1197167_800" value="100796260" type="hidden">
                <input name="nr_Nota_1197167_800" id="nr_Nota_1197167_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197167_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197167_890" id="ci_AlunoAvaliacao_1197167_890" value="99442415" type="hidden">
                <input name="nr_Nota_1197167_890" id="nr_Nota_1197167_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197167_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197167_970" id="ci_AlunoAvaliacao_1197167_970" value="99254829" type="hidden">
                <input name="nr_Nota_1197167_970" id="nr_Nota_1197167_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197167_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197167_3330" id="ci_AlunoAvaliacao_1197167_3330" value="99933021" type="hidden">
                <input name="nr_Nota_1197167_3330" id="nr_Nota_1197167_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197167_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197167_1130" id="ci_AlunoAvaliacao_1197167_1130" value="99442774" type="hidden">
                <input name="nr_Nota_1197167_1130" id="nr_Nota_1197167_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197167_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197167_1140" id="ci_AlunoAvaliacao_1197167_1140" value="100109225" type="hidden">
                <input name="nr_Nota_1197167_1140" id="nr_Nota_1197167_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197167_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197167_1200" id="ci_AlunoAvaliacao_1197167_1200" value="99813902" type="hidden">
                <input name="nr_Nota_1197167_1200" id="nr_Nota_1197167_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197167_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197167_1620" id="ci_AlunoAvaliacao_1197167_1620" value="99814878" type="hidden">
                <input name="nr_Nota_1197167_1620" id="nr_Nota_1197167_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197167_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197167_1730" id="ci_AlunoAvaliacao_1197167_1730" value="99255167" type="hidden">
                <input name="nr_Nota_1197167_1730" id="nr_Nota_1197167_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1175561&nbsp;ANA MICHAELE PAZ DA SILVA
              <input id="cd_Aluno_3" name="cd_Aluno_3" value="1175561" type="hidden"></td>
            
            <td id="colunaNotaAluno_1175561_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1175561_154" id="ci_AlunoAvaliacao_1175561_154" value="100100988" type="hidden">
                <input name="nr_Nota_1175561_154" id="nr_Nota_1175561_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1175561_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1175561_160" id="ci_AlunoAvaliacao_1175561_160" value="99814590" type="hidden">
                <input name="nr_Nota_1175561_160" id="nr_Nota_1175561_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1175561_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1175561_530" id="ci_AlunoAvaliacao_1175561_530" value="99661587" type="hidden">
                <input name="nr_Nota_1175561_530" id="nr_Nota_1175561_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1175561_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1175561_780" id="ci_AlunoAvaliacao_1175561_780" value="99254319" type="hidden">
                <input name="nr_Nota_1175561_780" id="nr_Nota_1175561_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1175561_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1175561_800" id="ci_AlunoAvaliacao_1175561_800" value="100796261" type="hidden">
                <input name="nr_Nota_1175561_800" id="nr_Nota_1175561_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1175561_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1175561_890" id="ci_AlunoAvaliacao_1175561_890" value="99442416" type="hidden">
                <input name="nr_Nota_1175561_890" id="nr_Nota_1175561_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1175561_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1175561_970" id="ci_AlunoAvaliacao_1175561_970" value="99254830" type="hidden">
                <input name="nr_Nota_1175561_970" id="nr_Nota_1175561_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1175561_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1175561_3330" id="ci_AlunoAvaliacao_1175561_3330" value="99933022" type="hidden">
                <input name="nr_Nota_1175561_3330" id="nr_Nota_1175561_3330" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1175561_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1175561_1130" id="ci_AlunoAvaliacao_1175561_1130" value="99442775" type="hidden">
                <input name="nr_Nota_1175561_1130" id="nr_Nota_1175561_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1175561_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1175561_1140" id="ci_AlunoAvaliacao_1175561_1140" value="100109226" type="hidden">
                <input name="nr_Nota_1175561_1140" id="nr_Nota_1175561_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1175561_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1175561_1200" id="ci_AlunoAvaliacao_1175561_1200" value="99813903" type="hidden">
                <input name="nr_Nota_1175561_1200" id="nr_Nota_1175561_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1175561_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1175561_1620" id="ci_AlunoAvaliacao_1175561_1620" value="99814879" type="hidden">
                <input name="nr_Nota_1175561_1620" id="nr_Nota_1175561_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1175561_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1175561_1730" id="ci_AlunoAvaliacao_1175561_1730" value="99255168" type="hidden">
                <input name="nr_Nota_1175561_1730" id="nr_Nota_1175561_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1660892&nbsp;ANA RAQUEL GIRAO DE FARIAS
              <input id="cd_Aluno_4" name="cd_Aluno_4" value="1660892" type="hidden"></td>
            
            <td id="colunaNotaAluno_1660892_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1660892_154" id="ci_AlunoAvaliacao_1660892_154" value="100100989" type="hidden">
                <input name="nr_Nota_1660892_154" id="nr_Nota_1660892_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1660892_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1660892_160" id="ci_AlunoAvaliacao_1660892_160" value="99814591" type="hidden">
                <input name="nr_Nota_1660892_160" id="nr_Nota_1660892_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1660892_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1660892_530" id="ci_AlunoAvaliacao_1660892_530" value="99661588" type="hidden">
                <input name="nr_Nota_1660892_530" id="nr_Nota_1660892_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1660892_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1660892_780" id="ci_AlunoAvaliacao_1660892_780" value="99254320" type="hidden">
                <input name="nr_Nota_1660892_780" id="nr_Nota_1660892_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1660892_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1660892_800" id="ci_AlunoAvaliacao_1660892_800" value="100796262" type="hidden">
                <input name="nr_Nota_1660892_800" id="nr_Nota_1660892_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1660892_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1660892_890" id="ci_AlunoAvaliacao_1660892_890" value="99442417" type="hidden">
                <input name="nr_Nota_1660892_890" id="nr_Nota_1660892_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1660892_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1660892_970" id="ci_AlunoAvaliacao_1660892_970" value="99254831" type="hidden">
                <input name="nr_Nota_1660892_970" id="nr_Nota_1660892_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1660892_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1660892_3330" id="ci_AlunoAvaliacao_1660892_3330" value="99933023" type="hidden">
                <input name="nr_Nota_1660892_3330" id="nr_Nota_1660892_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1660892_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1660892_1130" id="ci_AlunoAvaliacao_1660892_1130" value="99442776" type="hidden">
                <input name="nr_Nota_1660892_1130" id="nr_Nota_1660892_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1660892_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1660892_1140" id="ci_AlunoAvaliacao_1660892_1140" value="100109227" type="hidden">
                <input name="nr_Nota_1660892_1140" id="nr_Nota_1660892_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1660892_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1660892_1200" id="ci_AlunoAvaliacao_1660892_1200" value="99813904" type="hidden">
                <input name="nr_Nota_1660892_1200" id="nr_Nota_1660892_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1660892_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1660892_1620" id="ci_AlunoAvaliacao_1660892_1620" value="99814880" type="hidden">
                <input name="nr_Nota_1660892_1620" id="nr_Nota_1660892_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1660892_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1660892_1730" id="ci_AlunoAvaliacao_1660892_1730" value="99255169" type="hidden">
                <input name="nr_Nota_1660892_1730" id="nr_Nota_1660892_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1159596&nbsp;ANDREZA DE ANDRADE AMORIM
              <input id="cd_Aluno_5" name="cd_Aluno_5" value="1159596" type="hidden"></td>
            
            <td id="colunaNotaAluno_1159596_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1159596_154" id="ci_AlunoAvaliacao_1159596_154" value="100100990" type="hidden">
                <input name="nr_Nota_1159596_154" id="nr_Nota_1159596_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1159596_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1159596_160" id="ci_AlunoAvaliacao_1159596_160" value="99814592" type="hidden">
                <input name="nr_Nota_1159596_160" id="nr_Nota_1159596_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1159596_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1159596_530" id="ci_AlunoAvaliacao_1159596_530" value="99661589" type="hidden">
                <input name="nr_Nota_1159596_530" id="nr_Nota_1159596_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1159596_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1159596_780" id="ci_AlunoAvaliacao_1159596_780" value="99254321" type="hidden">
                <input name="nr_Nota_1159596_780" id="nr_Nota_1159596_780" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1159596_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1159596_800" id="ci_AlunoAvaliacao_1159596_800" value="100796263" type="hidden">
                <input name="nr_Nota_1159596_800" id="nr_Nota_1159596_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1159596_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1159596_890" id="ci_AlunoAvaliacao_1159596_890" value="99442418" type="hidden">
                <input name="nr_Nota_1159596_890" id="nr_Nota_1159596_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1159596_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1159596_970" id="ci_AlunoAvaliacao_1159596_970" value="99254832" type="hidden">
                <input name="nr_Nota_1159596_970" id="nr_Nota_1159596_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1159596_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1159596_3330" id="ci_AlunoAvaliacao_1159596_3330" value="99933024" type="hidden">
                <input name="nr_Nota_1159596_3330" id="nr_Nota_1159596_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1159596_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1159596_1130" id="ci_AlunoAvaliacao_1159596_1130" value="99442777" type="hidden">
                <input name="nr_Nota_1159596_1130" id="nr_Nota_1159596_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1159596_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1159596_1140" id="ci_AlunoAvaliacao_1159596_1140" value="100109228" type="hidden">
                <input name="nr_Nota_1159596_1140" id="nr_Nota_1159596_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1159596_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1159596_1200" id="ci_AlunoAvaliacao_1159596_1200" value="99813905" type="hidden">
                <input name="nr_Nota_1159596_1200" id="nr_Nota_1159596_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1159596_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1159596_1620" id="ci_AlunoAvaliacao_1159596_1620" value="99814881" type="hidden">
                <input name="nr_Nota_1159596_1620" id="nr_Nota_1159596_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1159596_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1159596_1730" id="ci_AlunoAvaliacao_1159596_1730" value="99255170" type="hidden">
                <input name="nr_Nota_1159596_1730" id="nr_Nota_1159596_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1167636&nbsp;ARLECIO ALMEIDA BEZERRA
              <input id="cd_Aluno_6" name="cd_Aluno_6" value="1167636" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167636_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167636_154" id="ci_AlunoAvaliacao_1167636_154" value="100100991" type="hidden">
                <input name="nr_Nota_1167636_154" id="nr_Nota_1167636_154" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167636_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167636_160" id="ci_AlunoAvaliacao_1167636_160" value="99814593" type="hidden">
                <input name="nr_Nota_1167636_160" id="nr_Nota_1167636_160" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167636_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167636_530" id="ci_AlunoAvaliacao_1167636_530" value="99661590" type="hidden">
                <input name="nr_Nota_1167636_530" id="nr_Nota_1167636_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167636_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167636_780" id="ci_AlunoAvaliacao_1167636_780" value="99254322" type="hidden">
                <input name="nr_Nota_1167636_780" id="nr_Nota_1167636_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167636_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167636_800" id="ci_AlunoAvaliacao_1167636_800" value="100796264" type="hidden">
                <input name="nr_Nota_1167636_800" id="nr_Nota_1167636_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167636_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167636_890" id="ci_AlunoAvaliacao_1167636_890" value="99442419" type="hidden">
                <input name="nr_Nota_1167636_890" id="nr_Nota_1167636_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167636_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167636_970" id="ci_AlunoAvaliacao_1167636_970" value="99254833" type="hidden">
                <input name="nr_Nota_1167636_970" id="nr_Nota_1167636_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167636_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167636_3330" id="ci_AlunoAvaliacao_1167636_3330" value="99933025" type="hidden">
                <input name="nr_Nota_1167636_3330" id="nr_Nota_1167636_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167636_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167636_1130" id="ci_AlunoAvaliacao_1167636_1130" value="99442778" type="hidden">
                <input name="nr_Nota_1167636_1130" id="nr_Nota_1167636_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167636_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167636_1140" id="ci_AlunoAvaliacao_1167636_1140" value="100109229" type="hidden">
                <input name="nr_Nota_1167636_1140" id="nr_Nota_1167636_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167636_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167636_1200" id="ci_AlunoAvaliacao_1167636_1200" value="99813906" type="hidden">
                <input name="nr_Nota_1167636_1200" id="nr_Nota_1167636_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167636_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167636_1620" id="ci_AlunoAvaliacao_1167636_1620" value="99814882" type="hidden">
                <input name="nr_Nota_1167636_1620" id="nr_Nota_1167636_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167636_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167636_1730" id="ci_AlunoAvaliacao_1167636_1730" value="99255171" type="hidden">
                <input name="nr_Nota_1167636_1730" id="nr_Nota_1167636_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1302106&nbsp;BRENDA LIMA SILVA PEREIRA
              <input id="cd_Aluno_7" name="cd_Aluno_7" value="1302106" type="hidden"></td>
            
            <td id="colunaNotaAluno_1302106_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302106_154" id="ci_AlunoAvaliacao_1302106_154" value="100100992" type="hidden">
                <input name="nr_Nota_1302106_154" id="nr_Nota_1302106_154" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302106_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302106_160" id="ci_AlunoAvaliacao_1302106_160" value="99814594" type="hidden">
                <input name="nr_Nota_1302106_160" id="nr_Nota_1302106_160" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302106_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302106_530" id="ci_AlunoAvaliacao_1302106_530" value="99661591" type="hidden">
                <input name="nr_Nota_1302106_530" id="nr_Nota_1302106_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302106_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302106_780" id="ci_AlunoAvaliacao_1302106_780" value="99254323" type="hidden">
                <input name="nr_Nota_1302106_780" id="nr_Nota_1302106_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302106_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302106_800" id="ci_AlunoAvaliacao_1302106_800" value="100796265" type="hidden">
                <input name="nr_Nota_1302106_800" id="nr_Nota_1302106_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302106_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302106_890" id="ci_AlunoAvaliacao_1302106_890" value="99442420" type="hidden">
                <input name="nr_Nota_1302106_890" id="nr_Nota_1302106_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302106_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302106_970" id="ci_AlunoAvaliacao_1302106_970" value="99254834" type="hidden">
                <input name="nr_Nota_1302106_970" id="nr_Nota_1302106_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302106_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302106_3330" id="ci_AlunoAvaliacao_1302106_3330" value="99933026" type="hidden">
                <input name="nr_Nota_1302106_3330" id="nr_Nota_1302106_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302106_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302106_1130" id="ci_AlunoAvaliacao_1302106_1130" value="99442779" type="hidden">
                <input name="nr_Nota_1302106_1130" id="nr_Nota_1302106_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302106_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302106_1140" id="ci_AlunoAvaliacao_1302106_1140" value="100109230" type="hidden">
                <input name="nr_Nota_1302106_1140" id="nr_Nota_1302106_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302106_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302106_1200" id="ci_AlunoAvaliacao_1302106_1200" value="99813907" type="hidden">
                <input name="nr_Nota_1302106_1200" id="nr_Nota_1302106_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302106_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302106_1620" id="ci_AlunoAvaliacao_1302106_1620" value="99814883" type="hidden">
                <input name="nr_Nota_1302106_1620" id="nr_Nota_1302106_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302106_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302106_1730" id="ci_AlunoAvaliacao_1302106_1730" value="99255172" type="hidden">
                <input name="nr_Nota_1302106_1730" id="nr_Nota_1302106_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1195523&nbsp;CAMILA CORREIA LIMA
              <input id="cd_Aluno_8" name="cd_Aluno_8" value="1195523" type="hidden"></td>
            
            <td id="colunaNotaAluno_1195523_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195523_154" id="ci_AlunoAvaliacao_1195523_154" value="97569880" type="hidden">
                <input name="nr_Nota_1195523_154" id="nr_Nota_1195523_154" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195523_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195523_160" id="ci_AlunoAvaliacao_1195523_160" value="97569881" type="hidden">
                <input name="nr_Nota_1195523_160" id="nr_Nota_1195523_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195523_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195523_530" id="ci_AlunoAvaliacao_1195523_530" value="97569882" type="hidden">
                <input name="nr_Nota_1195523_530" id="nr_Nota_1195523_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195523_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195523_780" id="ci_AlunoAvaliacao_1195523_780" value="97569883" type="hidden">
                <input name="nr_Nota_1195523_780" id="nr_Nota_1195523_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195523_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195523_800" id="ci_AlunoAvaliacao_1195523_800" value="97569884" type="hidden">
                <input name="nr_Nota_1195523_800" id="nr_Nota_1195523_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195523_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195523_890" id="ci_AlunoAvaliacao_1195523_890" value="97569885" type="hidden">
                <input name="nr_Nota_1195523_890" id="nr_Nota_1195523_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195523_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195523_970" id="ci_AlunoAvaliacao_1195523_970" value="97569886" type="hidden">
                <input name="nr_Nota_1195523_970" id="nr_Nota_1195523_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195523_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195523_3330" id="ci_AlunoAvaliacao_1195523_3330" value="97569887" type="hidden">
                <input name="nr_Nota_1195523_3330" id="nr_Nota_1195523_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195523_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195523_1130" id="ci_AlunoAvaliacao_1195523_1130" value="97569888" type="hidden">
                <input name="nr_Nota_1195523_1130" id="nr_Nota_1195523_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195523_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195523_1140" id="ci_AlunoAvaliacao_1195523_1140" value="97569889" type="hidden">
                <input name="nr_Nota_1195523_1140" id="nr_Nota_1195523_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195523_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195523_1200" id="ci_AlunoAvaliacao_1195523_1200" value="97569890" type="hidden">
                <input name="nr_Nota_1195523_1200" id="nr_Nota_1195523_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195523_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195523_1620" id="ci_AlunoAvaliacao_1195523_1620" value="97569891" type="hidden">
                <input name="nr_Nota_1195523_1620" id="nr_Nota_1195523_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195523_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195523_1730" id="ci_AlunoAvaliacao_1195523_1730" value="97569892" type="hidden">
                <input name="nr_Nota_1195523_1730" id="nr_Nota_1195523_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;2362221&nbsp;CARLOS PATRICK FONTENELE GADELHA
              <input id="cd_Aluno_9" name="cd_Aluno_9" value="2362221" type="hidden"></td>
            
            <td id="colunaNotaAluno_2362221_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2362221_154" id="ci_AlunoAvaliacao_2362221_154" value="100100993" type="hidden">
                <input name="nr_Nota_2362221_154" id="nr_Nota_2362221_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2362221_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2362221_160" id="ci_AlunoAvaliacao_2362221_160" value="99814595" type="hidden">
                <input name="nr_Nota_2362221_160" id="nr_Nota_2362221_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2362221_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2362221_530" id="ci_AlunoAvaliacao_2362221_530" value="99661592" type="hidden">
                <input name="nr_Nota_2362221_530" id="nr_Nota_2362221_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2362221_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2362221_780" id="ci_AlunoAvaliacao_2362221_780" value="99254324" type="hidden">
                <input name="nr_Nota_2362221_780" id="nr_Nota_2362221_780" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2362221_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2362221_800" id="ci_AlunoAvaliacao_2362221_800" value="100796267" type="hidden">
                <input name="nr_Nota_2362221_800" id="nr_Nota_2362221_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2362221_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2362221_890" id="ci_AlunoAvaliacao_2362221_890" value="99442421" type="hidden">
                <input name="nr_Nota_2362221_890" id="nr_Nota_2362221_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2362221_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2362221_970" id="ci_AlunoAvaliacao_2362221_970" value="99254835" type="hidden">
                <input name="nr_Nota_2362221_970" id="nr_Nota_2362221_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2362221_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2362221_3330" id="ci_AlunoAvaliacao_2362221_3330" value="99933027" type="hidden">
                <input name="nr_Nota_2362221_3330" id="nr_Nota_2362221_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2362221_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2362221_1130" id="ci_AlunoAvaliacao_2362221_1130" value="99442780" type="hidden">
                <input name="nr_Nota_2362221_1130" id="nr_Nota_2362221_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2362221_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2362221_1140" id="ci_AlunoAvaliacao_2362221_1140" value="100109231" type="hidden">
                <input name="nr_Nota_2362221_1140" id="nr_Nota_2362221_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2362221_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2362221_1200" id="ci_AlunoAvaliacao_2362221_1200" value="99813908" type="hidden">
                <input name="nr_Nota_2362221_1200" id="nr_Nota_2362221_1200" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2362221_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2362221_1620" id="ci_AlunoAvaliacao_2362221_1620" value="99814884" type="hidden">
                <input name="nr_Nota_2362221_1620" id="nr_Nota_2362221_1620" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2362221_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2362221_1730" id="ci_AlunoAvaliacao_2362221_1730" value="99255173" type="hidden">
                <input name="nr_Nota_2362221_1730" id="nr_Nota_2362221_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1283173&nbsp;CIBELE SUMMER LANDIM SOARES
              <input id="cd_Aluno_10" name="cd_Aluno_10" value="1283173" type="hidden"></td>
            
            <td id="colunaNotaAluno_1283173_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1283173_154" id="ci_AlunoAvaliacao_1283173_154" value="100100994" type="hidden">
                <input name="nr_Nota_1283173_154" id="nr_Nota_1283173_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1283173_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1283173_160" id="ci_AlunoAvaliacao_1283173_160" value="99814596" type="hidden">
                <input name="nr_Nota_1283173_160" id="nr_Nota_1283173_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1283173_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1283173_530" id="ci_AlunoAvaliacao_1283173_530" value="99661593" type="hidden">
                <input name="nr_Nota_1283173_530" id="nr_Nota_1283173_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1283173_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1283173_780" id="ci_AlunoAvaliacao_1283173_780" value="99254325" type="hidden">
                <input name="nr_Nota_1283173_780" id="nr_Nota_1283173_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1283173_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1283173_800" id="ci_AlunoAvaliacao_1283173_800" value="100796268" type="hidden">
                <input name="nr_Nota_1283173_800" id="nr_Nota_1283173_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1283173_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1283173_890" id="ci_AlunoAvaliacao_1283173_890" value="99442422" type="hidden">
                <input name="nr_Nota_1283173_890" id="nr_Nota_1283173_890" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1283173_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1283173_970" id="ci_AlunoAvaliacao_1283173_970" value="99254836" type="hidden">
                <input name="nr_Nota_1283173_970" id="nr_Nota_1283173_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1283173_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1283173_3330" id="ci_AlunoAvaliacao_1283173_3330" value="99933028" type="hidden">
                <input name="nr_Nota_1283173_3330" id="nr_Nota_1283173_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1283173_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1283173_1130" id="ci_AlunoAvaliacao_1283173_1130" value="99442781" type="hidden">
                <input name="nr_Nota_1283173_1130" id="nr_Nota_1283173_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1283173_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1283173_1140" id="ci_AlunoAvaliacao_1283173_1140" value="100109232" type="hidden">
                <input name="nr_Nota_1283173_1140" id="nr_Nota_1283173_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1283173_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1283173_1200" id="ci_AlunoAvaliacao_1283173_1200" value="99813909" type="hidden">
                <input name="nr_Nota_1283173_1200" id="nr_Nota_1283173_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1283173_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1283173_1620" id="ci_AlunoAvaliacao_1283173_1620" value="99814885" type="hidden">
                <input name="nr_Nota_1283173_1620" id="nr_Nota_1283173_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1283173_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1283173_1730" id="ci_AlunoAvaliacao_1283173_1730" value="99255174" type="hidden">
                <input name="nr_Nota_1283173_1730" id="nr_Nota_1283173_1730" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1905040&nbsp;DAVI MARQUES DA SILVA
              <input id="cd_Aluno_11" name="cd_Aluno_11" value="1905040" type="hidden"></td>
            
            <td id="colunaNotaAluno_1905040_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1905040_154" id="ci_AlunoAvaliacao_1905040_154" value="100100995" type="hidden">
                <input name="nr_Nota_1905040_154" id="nr_Nota_1905040_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1905040_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1905040_160" id="ci_AlunoAvaliacao_1905040_160" value="99814597" type="hidden">
                <input name="nr_Nota_1905040_160" id="nr_Nota_1905040_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1905040_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1905040_530" id="ci_AlunoAvaliacao_1905040_530" value="99661594" type="hidden">
                <input name="nr_Nota_1905040_530" id="nr_Nota_1905040_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1905040_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1905040_780" id="ci_AlunoAvaliacao_1905040_780" value="99254326" type="hidden">
                <input name="nr_Nota_1905040_780" id="nr_Nota_1905040_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1905040_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1905040_800" id="ci_AlunoAvaliacao_1905040_800" value="100796269" type="hidden">
                <input name="nr_Nota_1905040_800" id="nr_Nota_1905040_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1905040_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1905040_890" id="ci_AlunoAvaliacao_1905040_890" value="99442423" type="hidden">
                <input name="nr_Nota_1905040_890" id="nr_Nota_1905040_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1905040_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1905040_970" id="ci_AlunoAvaliacao_1905040_970" value="99254837" type="hidden">
                <input name="nr_Nota_1905040_970" id="nr_Nota_1905040_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1905040_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1905040_3330" id="ci_AlunoAvaliacao_1905040_3330" value="99933029" type="hidden">
                <input name="nr_Nota_1905040_3330" id="nr_Nota_1905040_3330" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1905040_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1905040_1130" id="ci_AlunoAvaliacao_1905040_1130" value="99442782" type="hidden">
                <input name="nr_Nota_1905040_1130" id="nr_Nota_1905040_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1905040_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1905040_1140" id="ci_AlunoAvaliacao_1905040_1140" value="100109233" type="hidden">
                <input name="nr_Nota_1905040_1140" id="nr_Nota_1905040_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1905040_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1905040_1200" id="ci_AlunoAvaliacao_1905040_1200" value="99813910" type="hidden">
                <input name="nr_Nota_1905040_1200" id="nr_Nota_1905040_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1905040_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1905040_1620" id="ci_AlunoAvaliacao_1905040_1620" value="99814886" type="hidden">
                <input name="nr_Nota_1905040_1620" id="nr_Nota_1905040_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1905040_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1905040_1730" id="ci_AlunoAvaliacao_1905040_1730" value="99255175" type="hidden">
                <input name="nr_Nota_1905040_1730" id="nr_Nota_1905040_1730" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1328667&nbsp;DEBORA DE SOUSA TEIXEIRA
              <input id="cd_Aluno_12" name="cd_Aluno_12" value="1328667" type="hidden"></td>
            
            <td id="colunaNotaAluno_1328667_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328667_154" id="ci_AlunoAvaliacao_1328667_154" value="100100996" type="hidden">
                <input name="nr_Nota_1328667_154" id="nr_Nota_1328667_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328667_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328667_160" id="ci_AlunoAvaliacao_1328667_160" value="99814598" type="hidden">
                <input name="nr_Nota_1328667_160" id="nr_Nota_1328667_160" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328667_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328667_530" id="ci_AlunoAvaliacao_1328667_530" value="99661595" type="hidden">
                <input name="nr_Nota_1328667_530" id="nr_Nota_1328667_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328667_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328667_780" id="ci_AlunoAvaliacao_1328667_780" value="99254327" type="hidden">
                <input name="nr_Nota_1328667_780" id="nr_Nota_1328667_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328667_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328667_800" id="ci_AlunoAvaliacao_1328667_800" value="100796270" type="hidden">
                <input name="nr_Nota_1328667_800" id="nr_Nota_1328667_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328667_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328667_890" id="ci_AlunoAvaliacao_1328667_890" value="99442424" type="hidden">
                <input name="nr_Nota_1328667_890" id="nr_Nota_1328667_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328667_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328667_970" id="ci_AlunoAvaliacao_1328667_970" value="99254838" type="hidden">
                <input name="nr_Nota_1328667_970" id="nr_Nota_1328667_970" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328667_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328667_3330" id="ci_AlunoAvaliacao_1328667_3330" value="99933030" type="hidden">
                <input name="nr_Nota_1328667_3330" id="nr_Nota_1328667_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328667_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328667_1130" id="ci_AlunoAvaliacao_1328667_1130" value="99442783" type="hidden">
                <input name="nr_Nota_1328667_1130" id="nr_Nota_1328667_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328667_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328667_1140" id="ci_AlunoAvaliacao_1328667_1140" value="100109234" type="hidden">
                <input name="nr_Nota_1328667_1140" id="nr_Nota_1328667_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328667_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328667_1200" id="ci_AlunoAvaliacao_1328667_1200" value="99813911" type="hidden">
                <input name="nr_Nota_1328667_1200" id="nr_Nota_1328667_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328667_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328667_1620" id="ci_AlunoAvaliacao_1328667_1620" value="99814887" type="hidden">
                <input name="nr_Nota_1328667_1620" id="nr_Nota_1328667_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1328667_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1328667_1730" id="ci_AlunoAvaliacao_1328667_1730" value="99255176" type="hidden">
                <input name="nr_Nota_1328667_1730" id="nr_Nota_1328667_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;73752&nbsp;DEBORA HERLLA SILVA DE PAIVA
              <input id="cd_Aluno_13" name="cd_Aluno_13" value="73752" type="hidden"></td>
            
            <td id="colunaNotaAluno_73752_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_73752_154" id="ci_AlunoAvaliacao_73752_154" value="100100997" type="hidden">
                <input name="nr_Nota_73752_154" id="nr_Nota_73752_154" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_73752_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_73752_160" id="ci_AlunoAvaliacao_73752_160" value="99814599" type="hidden">
                <input name="nr_Nota_73752_160" id="nr_Nota_73752_160" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_73752_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_73752_530" id="ci_AlunoAvaliacao_73752_530" value="99661596" type="hidden">
                <input name="nr_Nota_73752_530" id="nr_Nota_73752_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_73752_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_73752_780" id="ci_AlunoAvaliacao_73752_780" value="99254328" type="hidden">
                <input name="nr_Nota_73752_780" id="nr_Nota_73752_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_73752_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_73752_800" id="ci_AlunoAvaliacao_73752_800" value="100796271" type="hidden">
                <input name="nr_Nota_73752_800" id="nr_Nota_73752_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_73752_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_73752_890" id="ci_AlunoAvaliacao_73752_890" value="99442425" type="hidden">
                <input name="nr_Nota_73752_890" id="nr_Nota_73752_890" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_73752_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_73752_970" id="ci_AlunoAvaliacao_73752_970" value="99254839" type="hidden">
                <input name="nr_Nota_73752_970" id="nr_Nota_73752_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_73752_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_73752_3330" id="ci_AlunoAvaliacao_73752_3330" value="99933031" type="hidden">
                <input name="nr_Nota_73752_3330" id="nr_Nota_73752_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_73752_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_73752_1130" id="ci_AlunoAvaliacao_73752_1130" value="99442784" type="hidden">
                <input name="nr_Nota_73752_1130" id="nr_Nota_73752_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_73752_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_73752_1140" id="ci_AlunoAvaliacao_73752_1140" value="100109235" type="hidden">
                <input name="nr_Nota_73752_1140" id="nr_Nota_73752_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_73752_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_73752_1200" id="ci_AlunoAvaliacao_73752_1200" value="99813912" type="hidden">
                <input name="nr_Nota_73752_1200" id="nr_Nota_73752_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_73752_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_73752_1620" id="ci_AlunoAvaliacao_73752_1620" value="99814888" type="hidden">
                <input name="nr_Nota_73752_1620" id="nr_Nota_73752_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_73752_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_73752_1730" id="ci_AlunoAvaliacao_73752_1730" value="99255177" type="hidden">
                <input name="nr_Nota_73752_1730" id="nr_Nota_73752_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1197570&nbsp;DIEGO MONTEIRO DA FONSECA
              <input id="cd_Aluno_14" name="cd_Aluno_14" value="1197570" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197570_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197570_154" id="ci_AlunoAvaliacao_1197570_154" value="100100998" type="hidden">
                <input name="nr_Nota_1197570_154" id="nr_Nota_1197570_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197570_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197570_160" id="ci_AlunoAvaliacao_1197570_160" value="99814600" type="hidden">
                <input name="nr_Nota_1197570_160" id="nr_Nota_1197570_160" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197570_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197570_530" id="ci_AlunoAvaliacao_1197570_530" value="99661597" type="hidden">
                <input name="nr_Nota_1197570_530" id="nr_Nota_1197570_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197570_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197570_780" id="ci_AlunoAvaliacao_1197570_780" value="99254329" type="hidden">
                <input name="nr_Nota_1197570_780" id="nr_Nota_1197570_780" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197570_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197570_800" id="ci_AlunoAvaliacao_1197570_800" value="100796272" type="hidden">
                <input name="nr_Nota_1197570_800" id="nr_Nota_1197570_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197570_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197570_890" id="ci_AlunoAvaliacao_1197570_890" value="99442426" type="hidden">
                <input name="nr_Nota_1197570_890" id="nr_Nota_1197570_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197570_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197570_970" id="ci_AlunoAvaliacao_1197570_970" value="99254840" type="hidden">
                <input name="nr_Nota_1197570_970" id="nr_Nota_1197570_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197570_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197570_3330" id="ci_AlunoAvaliacao_1197570_3330" value="99933032" type="hidden">
                <input name="nr_Nota_1197570_3330" id="nr_Nota_1197570_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197570_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197570_1130" id="ci_AlunoAvaliacao_1197570_1130" value="99442785" type="hidden">
                <input name="nr_Nota_1197570_1130" id="nr_Nota_1197570_1130" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197570_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197570_1140" id="ci_AlunoAvaliacao_1197570_1140" value="100109236" type="hidden">
                <input name="nr_Nota_1197570_1140" id="nr_Nota_1197570_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197570_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197570_1200" id="ci_AlunoAvaliacao_1197570_1200" value="99813913" type="hidden">
                <input name="nr_Nota_1197570_1200" id="nr_Nota_1197570_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197570_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197570_1620" id="ci_AlunoAvaliacao_1197570_1620" value="99814889" type="hidden">
                <input name="nr_Nota_1197570_1620" id="nr_Nota_1197570_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197570_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197570_1730" id="ci_AlunoAvaliacao_1197570_1730" value="99255178" type="hidden">
                <input name="nr_Nota_1197570_1730" id="nr_Nota_1197570_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;750232&nbsp;DIEGO SILVA SANTOS
              <input id="cd_Aluno_15" name="cd_Aluno_15" value="750232" type="hidden"></td>
            
            <td id="colunaNotaAluno_750232_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750232_154" id="ci_AlunoAvaliacao_750232_154" value="100100999" type="hidden">
                <input name="nr_Nota_750232_154" id="nr_Nota_750232_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750232_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750232_160" id="ci_AlunoAvaliacao_750232_160" value="99814601" type="hidden">
                <input name="nr_Nota_750232_160" id="nr_Nota_750232_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750232_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750232_530" id="ci_AlunoAvaliacao_750232_530" value="99661598" type="hidden">
                <input name="nr_Nota_750232_530" id="nr_Nota_750232_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750232_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750232_780" id="ci_AlunoAvaliacao_750232_780" value="99254330" type="hidden">
                <input name="nr_Nota_750232_780" id="nr_Nota_750232_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750232_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750232_800" id="ci_AlunoAvaliacao_750232_800" value="100796273" type="hidden">
                <input name="nr_Nota_750232_800" id="nr_Nota_750232_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750232_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750232_890" id="ci_AlunoAvaliacao_750232_890" value="99442427" type="hidden">
                <input name="nr_Nota_750232_890" id="nr_Nota_750232_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750232_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750232_970" id="ci_AlunoAvaliacao_750232_970" value="99254841" type="hidden">
                <input name="nr_Nota_750232_970" id="nr_Nota_750232_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750232_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750232_3330" id="ci_AlunoAvaliacao_750232_3330" value="99933033" type="hidden">
                <input name="nr_Nota_750232_3330" id="nr_Nota_750232_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750232_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750232_1130" id="ci_AlunoAvaliacao_750232_1130" value="99442786" type="hidden">
                <input name="nr_Nota_750232_1130" id="nr_Nota_750232_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750232_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750232_1140" id="ci_AlunoAvaliacao_750232_1140" value="100109237" type="hidden">
                <input name="nr_Nota_750232_1140" id="nr_Nota_750232_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750232_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750232_1200" id="ci_AlunoAvaliacao_750232_1200" value="99813914" type="hidden">
                <input name="nr_Nota_750232_1200" id="nr_Nota_750232_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750232_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750232_1620" id="ci_AlunoAvaliacao_750232_1620" value="99814890" type="hidden">
                <input name="nr_Nota_750232_1620" id="nr_Nota_750232_1620" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_750232_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_750232_1730" id="ci_AlunoAvaliacao_750232_1730" value="99255179" type="hidden">
                <input name="nr_Nota_750232_1730" id="nr_Nota_750232_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;894068&nbsp;ELIANDERSON ALVES DOS SANTOS
              <input id="cd_Aluno_16" name="cd_Aluno_16" value="894068" type="hidden"></td>
            
            <td id="colunaNotaAluno_894068_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894068_154" id="ci_AlunoAvaliacao_894068_154" value="100101000" type="hidden">
                <input name="nr_Nota_894068_154" id="nr_Nota_894068_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894068_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894068_160" id="ci_AlunoAvaliacao_894068_160" value="99814602" type="hidden">
                <input name="nr_Nota_894068_160" id="nr_Nota_894068_160" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894068_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894068_530" id="ci_AlunoAvaliacao_894068_530" value="99661599" type="hidden">
                <input name="nr_Nota_894068_530" id="nr_Nota_894068_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894068_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894068_780" id="ci_AlunoAvaliacao_894068_780" value="99254331" type="hidden">
                <input name="nr_Nota_894068_780" id="nr_Nota_894068_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894068_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894068_800" id="ci_AlunoAvaliacao_894068_800" value="100796274" type="hidden">
                <input name="nr_Nota_894068_800" id="nr_Nota_894068_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894068_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894068_890" id="ci_AlunoAvaliacao_894068_890" value="99442428" type="hidden">
                <input name="nr_Nota_894068_890" id="nr_Nota_894068_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894068_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894068_970" id="ci_AlunoAvaliacao_894068_970" value="99254842" type="hidden">
                <input name="nr_Nota_894068_970" id="nr_Nota_894068_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894068_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894068_3330" id="ci_AlunoAvaliacao_894068_3330" value="99933034" type="hidden">
                <input name="nr_Nota_894068_3330" id="nr_Nota_894068_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894068_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894068_1130" id="ci_AlunoAvaliacao_894068_1130" value="99442787" type="hidden">
                <input name="nr_Nota_894068_1130" id="nr_Nota_894068_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894068_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894068_1140" id="ci_AlunoAvaliacao_894068_1140" value="100109238" type="hidden">
                <input name="nr_Nota_894068_1140" id="nr_Nota_894068_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894068_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894068_1200" id="ci_AlunoAvaliacao_894068_1200" value="99813915" type="hidden">
                <input name="nr_Nota_894068_1200" id="nr_Nota_894068_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894068_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894068_1620" id="ci_AlunoAvaliacao_894068_1620" value="99814891" type="hidden">
                <input name="nr_Nota_894068_1620" id="nr_Nota_894068_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894068_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894068_1730" id="ci_AlunoAvaliacao_894068_1730" value="99255180" type="hidden">
                <input name="nr_Nota_894068_1730" id="nr_Nota_894068_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1168271&nbsp;ERICKSON LOURENCO DA SILVA
              <input id="cd_Aluno_17" name="cd_Aluno_17" value="1168271" type="hidden"></td>
            
            <td id="colunaNotaAluno_1168271_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168271_154" id="ci_AlunoAvaliacao_1168271_154" value="100101001" type="hidden">
                <input name="nr_Nota_1168271_154" id="nr_Nota_1168271_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168271_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168271_160" id="ci_AlunoAvaliacao_1168271_160" value="99814603" type="hidden">
                <input name="nr_Nota_1168271_160" id="nr_Nota_1168271_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168271_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168271_530" id="ci_AlunoAvaliacao_1168271_530" value="99661600" type="hidden">
                <input name="nr_Nota_1168271_530" id="nr_Nota_1168271_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168271_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168271_780" id="ci_AlunoAvaliacao_1168271_780" value="99254332" type="hidden">
                <input name="nr_Nota_1168271_780" id="nr_Nota_1168271_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168271_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168271_800" id="ci_AlunoAvaliacao_1168271_800" value="100796275" type="hidden">
                <input name="nr_Nota_1168271_800" id="nr_Nota_1168271_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168271_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168271_890" id="ci_AlunoAvaliacao_1168271_890" value="99442429" type="hidden">
                <input name="nr_Nota_1168271_890" id="nr_Nota_1168271_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168271_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168271_970" id="ci_AlunoAvaliacao_1168271_970" value="99254843" type="hidden">
                <input name="nr_Nota_1168271_970" id="nr_Nota_1168271_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168271_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168271_3330" id="ci_AlunoAvaliacao_1168271_3330" value="99933035" type="hidden">
                <input name="nr_Nota_1168271_3330" id="nr_Nota_1168271_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168271_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168271_1130" id="ci_AlunoAvaliacao_1168271_1130" value="99442788" type="hidden">
                <input name="nr_Nota_1168271_1130" id="nr_Nota_1168271_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168271_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168271_1140" id="ci_AlunoAvaliacao_1168271_1140" value="100109239" type="hidden">
                <input name="nr_Nota_1168271_1140" id="nr_Nota_1168271_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168271_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168271_1200" id="ci_AlunoAvaliacao_1168271_1200" value="99813916" type="hidden">
                <input name="nr_Nota_1168271_1200" id="nr_Nota_1168271_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168271_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168271_1620" id="ci_AlunoAvaliacao_1168271_1620" value="99814892" type="hidden">
                <input name="nr_Nota_1168271_1620" id="nr_Nota_1168271_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168271_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168271_1730" id="ci_AlunoAvaliacao_1168271_1730" value="99255181" type="hidden">
                <input name="nr_Nota_1168271_1730" id="nr_Nota_1168271_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1202294&nbsp;EUCLIDES ALEX OLIVEIRA MONTEIRO
              <input id="cd_Aluno_18" name="cd_Aluno_18" value="1202294" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202294_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202294_154" id="ci_AlunoAvaliacao_1202294_154" value="100101002" type="hidden">
                <input name="nr_Nota_1202294_154" id="nr_Nota_1202294_154" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202294_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202294_160" id="ci_AlunoAvaliacao_1202294_160" value="99814604" type="hidden">
                <input name="nr_Nota_1202294_160" id="nr_Nota_1202294_160" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202294_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202294_530" id="ci_AlunoAvaliacao_1202294_530" value="99661601" type="hidden">
                <input name="nr_Nota_1202294_530" id="nr_Nota_1202294_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202294_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202294_780" id="ci_AlunoAvaliacao_1202294_780" value="99254333" type="hidden">
                <input name="nr_Nota_1202294_780" id="nr_Nota_1202294_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202294_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202294_800" id="ci_AlunoAvaliacao_1202294_800" value="100796276" type="hidden">
                <input name="nr_Nota_1202294_800" id="nr_Nota_1202294_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202294_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202294_890" id="ci_AlunoAvaliacao_1202294_890" value="99442430" type="hidden">
                <input name="nr_Nota_1202294_890" id="nr_Nota_1202294_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202294_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202294_970" id="ci_AlunoAvaliacao_1202294_970" value="99254844" type="hidden">
                <input name="nr_Nota_1202294_970" id="nr_Nota_1202294_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202294_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202294_3330" id="ci_AlunoAvaliacao_1202294_3330" value="99933036" type="hidden">
                <input name="nr_Nota_1202294_3330" id="nr_Nota_1202294_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202294_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202294_1130" id="ci_AlunoAvaliacao_1202294_1130" value="99442789" type="hidden">
                <input name="nr_Nota_1202294_1130" id="nr_Nota_1202294_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202294_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202294_1140" id="ci_AlunoAvaliacao_1202294_1140" value="100109240" type="hidden">
                <input name="nr_Nota_1202294_1140" id="nr_Nota_1202294_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202294_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202294_1200" id="ci_AlunoAvaliacao_1202294_1200" value="99813917" type="hidden">
                <input name="nr_Nota_1202294_1200" id="nr_Nota_1202294_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202294_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202294_1620" id="ci_AlunoAvaliacao_1202294_1620" value="99814893" type="hidden">
                <input name="nr_Nota_1202294_1620" id="nr_Nota_1202294_1620" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202294_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202294_1730" id="ci_AlunoAvaliacao_1202294_1730" value="99255182" type="hidden">
                <input name="nr_Nota_1202294_1730" id="nr_Nota_1202294_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1670017&nbsp;FABIOLA NOBRE DE SOUSA
              <input id="cd_Aluno_19" name="cd_Aluno_19" value="1670017" type="hidden"></td>
            
            <td id="colunaNotaAluno_1670017_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670017_154" id="ci_AlunoAvaliacao_1670017_154" value="100101003" type="hidden">
                <input name="nr_Nota_1670017_154" id="nr_Nota_1670017_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670017_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670017_160" id="ci_AlunoAvaliacao_1670017_160" value="99814605" type="hidden">
                <input name="nr_Nota_1670017_160" id="nr_Nota_1670017_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670017_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670017_530" id="ci_AlunoAvaliacao_1670017_530" value="99661602" type="hidden">
                <input name="nr_Nota_1670017_530" id="nr_Nota_1670017_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670017_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670017_780" id="ci_AlunoAvaliacao_1670017_780" value="99254334" type="hidden">
                <input name="nr_Nota_1670017_780" id="nr_Nota_1670017_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670017_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670017_800" id="ci_AlunoAvaliacao_1670017_800" value="100796277" type="hidden">
                <input name="nr_Nota_1670017_800" id="nr_Nota_1670017_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670017_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670017_890" id="ci_AlunoAvaliacao_1670017_890" value="99442431" type="hidden">
                <input name="nr_Nota_1670017_890" id="nr_Nota_1670017_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670017_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670017_970" id="ci_AlunoAvaliacao_1670017_970" value="99254845" type="hidden">
                <input name="nr_Nota_1670017_970" id="nr_Nota_1670017_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670017_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670017_3330" id="ci_AlunoAvaliacao_1670017_3330" value="99933037" type="hidden">
                <input name="nr_Nota_1670017_3330" id="nr_Nota_1670017_3330" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670017_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670017_1130" id="ci_AlunoAvaliacao_1670017_1130" value="99442790" type="hidden">
                <input name="nr_Nota_1670017_1130" id="nr_Nota_1670017_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670017_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670017_1140" id="ci_AlunoAvaliacao_1670017_1140" value="100109241" type="hidden">
                <input name="nr_Nota_1670017_1140" id="nr_Nota_1670017_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670017_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670017_1200" id="ci_AlunoAvaliacao_1670017_1200" value="99813918" type="hidden">
                <input name="nr_Nota_1670017_1200" id="nr_Nota_1670017_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670017_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670017_1620" id="ci_AlunoAvaliacao_1670017_1620" value="99814894" type="hidden">
                <input name="nr_Nota_1670017_1620" id="nr_Nota_1670017_1620" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670017_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670017_1730" id="ci_AlunoAvaliacao_1670017_1730" value="99255183" type="hidden">
                <input name="nr_Nota_1670017_1730" id="nr_Nota_1670017_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1167676&nbsp;FABRICIO KAUE PEREIRA DOS SANTOS
              <input id="cd_Aluno_20" name="cd_Aluno_20" value="1167676" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167676_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167676_154" id="ci_AlunoAvaliacao_1167676_154" value="100101004" type="hidden">
                <input name="nr_Nota_1167676_154" id="nr_Nota_1167676_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167676_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167676_160" id="ci_AlunoAvaliacao_1167676_160" value="99814606" type="hidden">
                <input name="nr_Nota_1167676_160" id="nr_Nota_1167676_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167676_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167676_530" id="ci_AlunoAvaliacao_1167676_530" value="99661603" type="hidden">
                <input name="nr_Nota_1167676_530" id="nr_Nota_1167676_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167676_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167676_780" id="ci_AlunoAvaliacao_1167676_780" value="99254335" type="hidden">
                <input name="nr_Nota_1167676_780" id="nr_Nota_1167676_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167676_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167676_800" id="ci_AlunoAvaliacao_1167676_800" value="100796278" type="hidden">
                <input name="nr_Nota_1167676_800" id="nr_Nota_1167676_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167676_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167676_890" id="ci_AlunoAvaliacao_1167676_890" value="99442432" type="hidden">
                <input name="nr_Nota_1167676_890" id="nr_Nota_1167676_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167676_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167676_970" id="ci_AlunoAvaliacao_1167676_970" value="99254846" type="hidden">
                <input name="nr_Nota_1167676_970" id="nr_Nota_1167676_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167676_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167676_3330" id="ci_AlunoAvaliacao_1167676_3330" value="99933038" type="hidden">
                <input name="nr_Nota_1167676_3330" id="nr_Nota_1167676_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167676_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167676_1130" id="ci_AlunoAvaliacao_1167676_1130" value="99442791" type="hidden">
                <input name="nr_Nota_1167676_1130" id="nr_Nota_1167676_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167676_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167676_1140" id="ci_AlunoAvaliacao_1167676_1140" value="100109242" type="hidden">
                <input name="nr_Nota_1167676_1140" id="nr_Nota_1167676_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167676_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167676_1200" id="ci_AlunoAvaliacao_1167676_1200" value="99813919" type="hidden">
                <input name="nr_Nota_1167676_1200" id="nr_Nota_1167676_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167676_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167676_1620" id="ci_AlunoAvaliacao_1167676_1620" value="99814895" type="hidden">
                <input name="nr_Nota_1167676_1620" id="nr_Nota_1167676_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167676_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167676_1730" id="ci_AlunoAvaliacao_1167676_1730" value="99255184" type="hidden">
                <input name="nr_Nota_1167676_1730" id="nr_Nota_1167676_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1202392&nbsp;FLAYRTON WESLEY RAMOS DA SILVA
              <input id="cd_Aluno_21" name="cd_Aluno_21" value="1202392" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202392_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202392_154" id="ci_AlunoAvaliacao_1202392_154" value="100101005" type="hidden">
                <input name="nr_Nota_1202392_154" id="nr_Nota_1202392_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202392_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202392_160" id="ci_AlunoAvaliacao_1202392_160" value="99814607" type="hidden">
                <input name="nr_Nota_1202392_160" id="nr_Nota_1202392_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202392_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202392_530" id="ci_AlunoAvaliacao_1202392_530" value="99661604" type="hidden">
                <input name="nr_Nota_1202392_530" id="nr_Nota_1202392_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202392_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202392_780" id="ci_AlunoAvaliacao_1202392_780" value="99254336" type="hidden">
                <input name="nr_Nota_1202392_780" id="nr_Nota_1202392_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202392_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202392_800" id="ci_AlunoAvaliacao_1202392_800" value="100796279" type="hidden">
                <input name="nr_Nota_1202392_800" id="nr_Nota_1202392_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202392_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202392_890" id="ci_AlunoAvaliacao_1202392_890" value="99442433" type="hidden">
                <input name="nr_Nota_1202392_890" id="nr_Nota_1202392_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202392_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202392_970" id="ci_AlunoAvaliacao_1202392_970" value="99254847" type="hidden">
                <input name="nr_Nota_1202392_970" id="nr_Nota_1202392_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202392_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202392_3330" id="ci_AlunoAvaliacao_1202392_3330" value="99933039" type="hidden">
                <input name="nr_Nota_1202392_3330" id="nr_Nota_1202392_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202392_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202392_1130" id="ci_AlunoAvaliacao_1202392_1130" value="99442792" type="hidden">
                <input name="nr_Nota_1202392_1130" id="nr_Nota_1202392_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202392_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202392_1140" id="ci_AlunoAvaliacao_1202392_1140" value="100109243" type="hidden">
                <input name="nr_Nota_1202392_1140" id="nr_Nota_1202392_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202392_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202392_1200" id="ci_AlunoAvaliacao_1202392_1200" value="99813920" type="hidden">
                <input name="nr_Nota_1202392_1200" id="nr_Nota_1202392_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202392_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202392_1620" id="ci_AlunoAvaliacao_1202392_1620" value="99814896" type="hidden">
                <input name="nr_Nota_1202392_1620" id="nr_Nota_1202392_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202392_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202392_1730" id="ci_AlunoAvaliacao_1202392_1730" value="99255185" type="hidden">
                <input name="nr_Nota_1202392_1730" id="nr_Nota_1202392_1730" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;533994&nbsp;FRANCISCO EDUARDO DA SILVA VIANA
              <input id="cd_Aluno_22" name="cd_Aluno_22" value="533994" type="hidden"></td>
            
            <td id="colunaNotaAluno_533994_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_533994_154" id="ci_AlunoAvaliacao_533994_154" value="100101006" type="hidden">
                <input name="nr_Nota_533994_154" id="nr_Nota_533994_154" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_533994_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_533994_160" id="ci_AlunoAvaliacao_533994_160" value="99814608" type="hidden">
                <input name="nr_Nota_533994_160" id="nr_Nota_533994_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_533994_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_533994_530" id="ci_AlunoAvaliacao_533994_530" value="99661605" type="hidden">
                <input name="nr_Nota_533994_530" id="nr_Nota_533994_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_533994_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_533994_780" id="ci_AlunoAvaliacao_533994_780" value="99254337" type="hidden">
                <input name="nr_Nota_533994_780" id="nr_Nota_533994_780" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_533994_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_533994_800" id="ci_AlunoAvaliacao_533994_800" value="100796280" type="hidden">
                <input name="nr_Nota_533994_800" id="nr_Nota_533994_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_533994_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_533994_890" id="ci_AlunoAvaliacao_533994_890" value="99442434" type="hidden">
                <input name="nr_Nota_533994_890" id="nr_Nota_533994_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_533994_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_533994_970" id="ci_AlunoAvaliacao_533994_970" value="99254848" type="hidden">
                <input name="nr_Nota_533994_970" id="nr_Nota_533994_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_533994_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_533994_3330" id="ci_AlunoAvaliacao_533994_3330" value="99933040" type="hidden">
                <input name="nr_Nota_533994_3330" id="nr_Nota_533994_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_533994_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_533994_1130" id="ci_AlunoAvaliacao_533994_1130" value="99442793" type="hidden">
                <input name="nr_Nota_533994_1130" id="nr_Nota_533994_1130" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_533994_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_533994_1140" id="ci_AlunoAvaliacao_533994_1140" value="100109244" type="hidden">
                <input name="nr_Nota_533994_1140" id="nr_Nota_533994_1140" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_533994_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_533994_1200" id="ci_AlunoAvaliacao_533994_1200" value="99813921" type="hidden">
                <input name="nr_Nota_533994_1200" id="nr_Nota_533994_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_533994_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_533994_1620" id="ci_AlunoAvaliacao_533994_1620" value="99814897" type="hidden">
                <input name="nr_Nota_533994_1620" id="nr_Nota_533994_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_533994_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_533994_1730" id="ci_AlunoAvaliacao_533994_1730" value="99255186" type="hidden">
                <input name="nr_Nota_533994_1730" id="nr_Nota_533994_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1670092&nbsp;FRANCISCO IGOR RODRIGUES DOS SANTOS
              <input id="cd_Aluno_23" name="cd_Aluno_23" value="1670092" type="hidden"></td>
            
            <td id="colunaNotaAluno_1670092_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670092_154" id="ci_AlunoAvaliacao_1670092_154" value="100101007" type="hidden">
                <input name="nr_Nota_1670092_154" id="nr_Nota_1670092_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670092_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670092_160" id="ci_AlunoAvaliacao_1670092_160" value="99814609" type="hidden">
                <input name="nr_Nota_1670092_160" id="nr_Nota_1670092_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670092_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670092_530" id="ci_AlunoAvaliacao_1670092_530" value="99661606" type="hidden">
                <input name="nr_Nota_1670092_530" id="nr_Nota_1670092_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670092_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670092_780" id="ci_AlunoAvaliacao_1670092_780" value="99254338" type="hidden">
                <input name="nr_Nota_1670092_780" id="nr_Nota_1670092_780" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670092_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670092_800" id="ci_AlunoAvaliacao_1670092_800" value="100796281" type="hidden">
                <input name="nr_Nota_1670092_800" id="nr_Nota_1670092_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670092_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670092_890" id="ci_AlunoAvaliacao_1670092_890" value="99442435" type="hidden">
                <input name="nr_Nota_1670092_890" id="nr_Nota_1670092_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670092_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670092_970" id="ci_AlunoAvaliacao_1670092_970" value="99254849" type="hidden">
                <input name="nr_Nota_1670092_970" id="nr_Nota_1670092_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670092_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670092_3330" id="ci_AlunoAvaliacao_1670092_3330" value="99933041" type="hidden">
                <input name="nr_Nota_1670092_3330" id="nr_Nota_1670092_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670092_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670092_1130" id="ci_AlunoAvaliacao_1670092_1130" value="99442794" type="hidden">
                <input name="nr_Nota_1670092_1130" id="nr_Nota_1670092_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670092_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670092_1140" id="ci_AlunoAvaliacao_1670092_1140" value="100109245" type="hidden">
                <input name="nr_Nota_1670092_1140" id="nr_Nota_1670092_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670092_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670092_1200" id="ci_AlunoAvaliacao_1670092_1200" value="99813922" type="hidden">
                <input name="nr_Nota_1670092_1200" id="nr_Nota_1670092_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670092_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670092_1620" id="ci_AlunoAvaliacao_1670092_1620" value="99814898" type="hidden">
                <input name="nr_Nota_1670092_1620" id="nr_Nota_1670092_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1670092_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1670092_1730" id="ci_AlunoAvaliacao_1670092_1730" value="99255187" type="hidden">
                <input name="nr_Nota_1670092_1730" id="nr_Nota_1670092_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1452463&nbsp;HANDRESSA CARLA LEITAO E SILVA
              <input id="cd_Aluno_24" name="cd_Aluno_24" value="1452463" type="hidden"></td>
            
            <td id="colunaNotaAluno_1452463_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1452463_154" id="ci_AlunoAvaliacao_1452463_154" value="99317732" type="hidden">
                <input name="nr_Nota_1452463_154" id="nr_Nota_1452463_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1452463_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1452463_160" id="ci_AlunoAvaliacao_1452463_160" value="99317733" type="hidden">
                <input name="nr_Nota_1452463_160" id="nr_Nota_1452463_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1452463_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1452463_530" id="ci_AlunoAvaliacao_1452463_530" value="99317734" type="hidden">
                <input name="nr_Nota_1452463_530" id="nr_Nota_1452463_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1452463_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1452463_780" id="ci_AlunoAvaliacao_1452463_780" value="99254339" type="hidden">
                <input name="nr_Nota_1452463_780" id="nr_Nota_1452463_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1452463_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1452463_800" id="ci_AlunoAvaliacao_1452463_800" value="99317735" type="hidden">
                <input name="nr_Nota_1452463_800" id="nr_Nota_1452463_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1452463_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1452463_890" id="ci_AlunoAvaliacao_1452463_890" value="99317736" type="hidden">
                <input name="nr_Nota_1452463_890" id="nr_Nota_1452463_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1452463_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1452463_970" id="ci_AlunoAvaliacao_1452463_970" value="99254850" type="hidden">
                <input name="nr_Nota_1452463_970" id="nr_Nota_1452463_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1452463_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1452463_3330" id="ci_AlunoAvaliacao_1452463_3330" value="99317737" type="hidden">
                <input name="nr_Nota_1452463_3330" id="nr_Nota_1452463_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1452463_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1452463_1130" id="ci_AlunoAvaliacao_1452463_1130" value="99317738" type="hidden">
                <input name="nr_Nota_1452463_1130" id="nr_Nota_1452463_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1452463_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1452463_1140" id="ci_AlunoAvaliacao_1452463_1140" value="99317739" type="hidden">
                <input name="nr_Nota_1452463_1140" id="nr_Nota_1452463_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1452463_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1452463_1200" id="ci_AlunoAvaliacao_1452463_1200" value="99317740" type="hidden">
                <input name="nr_Nota_1452463_1200" id="nr_Nota_1452463_1200" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1452463_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1452463_1620" id="ci_AlunoAvaliacao_1452463_1620" value="99317741" type="hidden">
                <input name="nr_Nota_1452463_1620" id="nr_Nota_1452463_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1452463_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1452463_1730" id="ci_AlunoAvaliacao_1452463_1730" value="99255188" type="hidden">
                <input name="nr_Nota_1452463_1730" id="nr_Nota_1452463_1730" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;113911&nbsp;ISLANIA VENANCIO BARROS
              <input id="cd_Aluno_25" name="cd_Aluno_25" value="113911" type="hidden"></td>
            
            <td id="colunaNotaAluno_113911_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113911_154" id="ci_AlunoAvaliacao_113911_154" value="100101008" type="hidden">
                <input name="nr_Nota_113911_154" id="nr_Nota_113911_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113911_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113911_160" id="ci_AlunoAvaliacao_113911_160" value="99814610" type="hidden">
                <input name="nr_Nota_113911_160" id="nr_Nota_113911_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113911_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113911_530" id="ci_AlunoAvaliacao_113911_530" value="99661607" type="hidden">
                <input name="nr_Nota_113911_530" id="nr_Nota_113911_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113911_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113911_780" id="ci_AlunoAvaliacao_113911_780" value="99254340" type="hidden">
                <input name="nr_Nota_113911_780" id="nr_Nota_113911_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113911_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113911_800" id="ci_AlunoAvaliacao_113911_800" value="100796282" type="hidden">
                <input name="nr_Nota_113911_800" id="nr_Nota_113911_800" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113911_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113911_890" id="ci_AlunoAvaliacao_113911_890" value="99442436" type="hidden">
                <input name="nr_Nota_113911_890" id="nr_Nota_113911_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113911_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113911_970" id="ci_AlunoAvaliacao_113911_970" value="99254851" type="hidden">
                <input name="nr_Nota_113911_970" id="nr_Nota_113911_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113911_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113911_3330" id="ci_AlunoAvaliacao_113911_3330" value="99933042" type="hidden">
                <input name="nr_Nota_113911_3330" id="nr_Nota_113911_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113911_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113911_1130" id="ci_AlunoAvaliacao_113911_1130" value="99442795" type="hidden">
                <input name="nr_Nota_113911_1130" id="nr_Nota_113911_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113911_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113911_1140" id="ci_AlunoAvaliacao_113911_1140" value="100109246" type="hidden">
                <input name="nr_Nota_113911_1140" id="nr_Nota_113911_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113911_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113911_1200" id="ci_AlunoAvaliacao_113911_1200" value="99813923" type="hidden">
                <input name="nr_Nota_113911_1200" id="nr_Nota_113911_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113911_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113911_1620" id="ci_AlunoAvaliacao_113911_1620" value="99814899" type="hidden">
                <input name="nr_Nota_113911_1620" id="nr_Nota_113911_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113911_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113911_1730" id="ci_AlunoAvaliacao_113911_1730" value="99255189" type="hidden">
                <input name="nr_Nota_113911_1730" id="nr_Nota_113911_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1202335&nbsp;IVO BRUNO GONCALVES ROCHA
              <input id="cd_Aluno_26" name="cd_Aluno_26" value="1202335" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202335_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202335_154" id="ci_AlunoAvaliacao_1202335_154" value="100101009" type="hidden">
                <input name="nr_Nota_1202335_154" id="nr_Nota_1202335_154" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202335_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202335_160" id="ci_AlunoAvaliacao_1202335_160" value="99814611" type="hidden">
                <input name="nr_Nota_1202335_160" id="nr_Nota_1202335_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202335_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202335_530" id="ci_AlunoAvaliacao_1202335_530" value="99661608" type="hidden">
                <input name="nr_Nota_1202335_530" id="nr_Nota_1202335_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202335_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202335_780" id="ci_AlunoAvaliacao_1202335_780" value="99254341" type="hidden">
                <input name="nr_Nota_1202335_780" id="nr_Nota_1202335_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202335_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202335_800" id="ci_AlunoAvaliacao_1202335_800" value="100796283" type="hidden">
                <input name="nr_Nota_1202335_800" id="nr_Nota_1202335_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202335_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202335_890" id="ci_AlunoAvaliacao_1202335_890" value="99442437" type="hidden">
                <input name="nr_Nota_1202335_890" id="nr_Nota_1202335_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202335_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202335_970" id="ci_AlunoAvaliacao_1202335_970" value="99254852" type="hidden">
                <input name="nr_Nota_1202335_970" id="nr_Nota_1202335_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202335_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202335_3330" id="ci_AlunoAvaliacao_1202335_3330" value="99933043" type="hidden">
                <input name="nr_Nota_1202335_3330" id="nr_Nota_1202335_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202335_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202335_1130" id="ci_AlunoAvaliacao_1202335_1130" value="99442796" type="hidden">
                <input name="nr_Nota_1202335_1130" id="nr_Nota_1202335_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202335_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202335_1140" id="ci_AlunoAvaliacao_1202335_1140" value="100109247" type="hidden">
                <input name="nr_Nota_1202335_1140" id="nr_Nota_1202335_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202335_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202335_1200" id="ci_AlunoAvaliacao_1202335_1200" value="99813924" type="hidden">
                <input name="nr_Nota_1202335_1200" id="nr_Nota_1202335_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202335_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202335_1620" id="ci_AlunoAvaliacao_1202335_1620" value="99814900" type="hidden">
                <input name="nr_Nota_1202335_1620" id="nr_Nota_1202335_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202335_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202335_1730" id="ci_AlunoAvaliacao_1202335_1730" value="99255190" type="hidden">
                <input name="nr_Nota_1202335_1730" id="nr_Nota_1202335_1730" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1057341&nbsp;JESSICA SILVA PINHEIRO
              <input id="cd_Aluno_27" name="cd_Aluno_27" value="1057341" type="hidden"></td>
            
            <td id="colunaNotaAluno_1057341_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1057341_154" id="ci_AlunoAvaliacao_1057341_154" value="100101010" type="hidden">
                <input name="nr_Nota_1057341_154" id="nr_Nota_1057341_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1057341_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1057341_160" id="ci_AlunoAvaliacao_1057341_160" value="99814612" type="hidden">
                <input name="nr_Nota_1057341_160" id="nr_Nota_1057341_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1057341_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1057341_530" id="ci_AlunoAvaliacao_1057341_530" value="99661609" type="hidden">
                <input name="nr_Nota_1057341_530" id="nr_Nota_1057341_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1057341_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1057341_780" id="ci_AlunoAvaliacao_1057341_780" value="99254342" type="hidden">
                <input name="nr_Nota_1057341_780" id="nr_Nota_1057341_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1057341_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1057341_800" id="ci_AlunoAvaliacao_1057341_800" value="100796284" type="hidden">
                <input name="nr_Nota_1057341_800" id="nr_Nota_1057341_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1057341_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1057341_890" id="ci_AlunoAvaliacao_1057341_890" value="99442438" type="hidden">
                <input name="nr_Nota_1057341_890" id="nr_Nota_1057341_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1057341_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1057341_970" id="ci_AlunoAvaliacao_1057341_970" value="99254853" type="hidden">
                <input name="nr_Nota_1057341_970" id="nr_Nota_1057341_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1057341_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1057341_3330" id="ci_AlunoAvaliacao_1057341_3330" value="99933044" type="hidden">
                <input name="nr_Nota_1057341_3330" id="nr_Nota_1057341_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1057341_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1057341_1130" id="ci_AlunoAvaliacao_1057341_1130" value="99442797" type="hidden">
                <input name="nr_Nota_1057341_1130" id="nr_Nota_1057341_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1057341_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1057341_1140" id="ci_AlunoAvaliacao_1057341_1140" value="100109248" type="hidden">
                <input name="nr_Nota_1057341_1140" id="nr_Nota_1057341_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1057341_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1057341_1200" id="ci_AlunoAvaliacao_1057341_1200" value="99813925" type="hidden">
                <input name="nr_Nota_1057341_1200" id="nr_Nota_1057341_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1057341_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1057341_1620" id="ci_AlunoAvaliacao_1057341_1620" value="99814901" type="hidden">
                <input name="nr_Nota_1057341_1620" id="nr_Nota_1057341_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1057341_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1057341_1730" id="ci_AlunoAvaliacao_1057341_1730" value="99255191" type="hidden">
                <input name="nr_Nota_1057341_1730" id="nr_Nota_1057341_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;796617&nbsp;JESSICA SOARES DA SILVA
              <input id="cd_Aluno_28" name="cd_Aluno_28" value="796617" type="hidden"></td>
            
            <td id="colunaNotaAluno_796617_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796617_154" id="ci_AlunoAvaliacao_796617_154" value="100101011" type="hidden">
                <input name="nr_Nota_796617_154" id="nr_Nota_796617_154" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796617_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796617_160" id="ci_AlunoAvaliacao_796617_160" value="99814613" type="hidden">
                <input name="nr_Nota_796617_160" id="nr_Nota_796617_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796617_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796617_530" id="ci_AlunoAvaliacao_796617_530" value="99661610" type="hidden">
                <input name="nr_Nota_796617_530" id="nr_Nota_796617_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796617_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796617_780" id="ci_AlunoAvaliacao_796617_780" value="99254343" type="hidden">
                <input name="nr_Nota_796617_780" id="nr_Nota_796617_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796617_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796617_800" id="ci_AlunoAvaliacao_796617_800" value="100796285" type="hidden">
                <input name="nr_Nota_796617_800" id="nr_Nota_796617_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796617_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796617_890" id="ci_AlunoAvaliacao_796617_890" value="99442439" type="hidden">
                <input name="nr_Nota_796617_890" id="nr_Nota_796617_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796617_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796617_970" id="ci_AlunoAvaliacao_796617_970" value="99254854" type="hidden">
                <input name="nr_Nota_796617_970" id="nr_Nota_796617_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796617_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796617_3330" id="ci_AlunoAvaliacao_796617_3330" value="99933045" type="hidden">
                <input name="nr_Nota_796617_3330" id="nr_Nota_796617_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796617_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796617_1130" id="ci_AlunoAvaliacao_796617_1130" value="99442798" type="hidden">
                <input name="nr_Nota_796617_1130" id="nr_Nota_796617_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796617_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796617_1140" id="ci_AlunoAvaliacao_796617_1140" value="100109249" type="hidden">
                <input name="nr_Nota_796617_1140" id="nr_Nota_796617_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796617_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796617_1200" id="ci_AlunoAvaliacao_796617_1200" value="99813926" type="hidden">
                <input name="nr_Nota_796617_1200" id="nr_Nota_796617_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796617_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796617_1620" id="ci_AlunoAvaliacao_796617_1620" value="99814902" type="hidden">
                <input name="nr_Nota_796617_1620" id="nr_Nota_796617_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_796617_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_796617_1730" id="ci_AlunoAvaliacao_796617_1730" value="99255192" type="hidden">
                <input name="nr_Nota_796617_1730" id="nr_Nota_796617_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1167679&nbsp;KAIO FILIPE SILVA
              <input id="cd_Aluno_29" name="cd_Aluno_29" value="1167679" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167679_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167679_154" id="ci_AlunoAvaliacao_1167679_154" value="100101012" type="hidden">
                <input name="nr_Nota_1167679_154" id="nr_Nota_1167679_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167679_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167679_160" id="ci_AlunoAvaliacao_1167679_160" value="99814614" type="hidden">
                <input name="nr_Nota_1167679_160" id="nr_Nota_1167679_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167679_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167679_530" id="ci_AlunoAvaliacao_1167679_530" value="99661611" type="hidden">
                <input name="nr_Nota_1167679_530" id="nr_Nota_1167679_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167679_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167679_780" id="ci_AlunoAvaliacao_1167679_780" value="99254344" type="hidden">
                <input name="nr_Nota_1167679_780" id="nr_Nota_1167679_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167679_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167679_800" id="ci_AlunoAvaliacao_1167679_800" value="100796286" type="hidden">
                <input name="nr_Nota_1167679_800" id="nr_Nota_1167679_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167679_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167679_890" id="ci_AlunoAvaliacao_1167679_890" value="99442440" type="hidden">
                <input name="nr_Nota_1167679_890" id="nr_Nota_1167679_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167679_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167679_970" id="ci_AlunoAvaliacao_1167679_970" value="99254855" type="hidden">
                <input name="nr_Nota_1167679_970" id="nr_Nota_1167679_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167679_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167679_3330" id="ci_AlunoAvaliacao_1167679_3330" value="99933046" type="hidden">
                <input name="nr_Nota_1167679_3330" id="nr_Nota_1167679_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167679_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167679_1130" id="ci_AlunoAvaliacao_1167679_1130" value="99442799" type="hidden">
                <input name="nr_Nota_1167679_1130" id="nr_Nota_1167679_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167679_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167679_1140" id="ci_AlunoAvaliacao_1167679_1140" value="100109250" type="hidden">
                <input name="nr_Nota_1167679_1140" id="nr_Nota_1167679_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167679_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167679_1200" id="ci_AlunoAvaliacao_1167679_1200" value="99813927" type="hidden">
                <input name="nr_Nota_1167679_1200" id="nr_Nota_1167679_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167679_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167679_1620" id="ci_AlunoAvaliacao_1167679_1620" value="99814903" type="hidden">
                <input name="nr_Nota_1167679_1620" id="nr_Nota_1167679_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167679_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167679_1730" id="ci_AlunoAvaliacao_1167679_1730" value="99255193" type="hidden">
                <input name="nr_Nota_1167679_1730" id="nr_Nota_1167679_1730" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1168243&nbsp;MARIA DEIVIANE SOARES
              <input id="cd_Aluno_30" name="cd_Aluno_30" value="1168243" type="hidden"></td>
            
            <td id="colunaNotaAluno_1168243_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168243_154" id="ci_AlunoAvaliacao_1168243_154" value="100101013" type="hidden">
                <input name="nr_Nota_1168243_154" id="nr_Nota_1168243_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168243_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168243_160" id="ci_AlunoAvaliacao_1168243_160" value="99814615" type="hidden">
                <input name="nr_Nota_1168243_160" id="nr_Nota_1168243_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168243_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168243_530" id="ci_AlunoAvaliacao_1168243_530" value="99661612" type="hidden">
                <input name="nr_Nota_1168243_530" id="nr_Nota_1168243_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168243_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168243_780" id="ci_AlunoAvaliacao_1168243_780" value="99254345" type="hidden">
                <input name="nr_Nota_1168243_780" id="nr_Nota_1168243_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168243_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168243_800" id="ci_AlunoAvaliacao_1168243_800" value="100796287" type="hidden">
                <input name="nr_Nota_1168243_800" id="nr_Nota_1168243_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168243_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168243_890" id="ci_AlunoAvaliacao_1168243_890" value="99442441" type="hidden">
                <input name="nr_Nota_1168243_890" id="nr_Nota_1168243_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168243_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168243_970" id="ci_AlunoAvaliacao_1168243_970" value="99254856" type="hidden">
                <input name="nr_Nota_1168243_970" id="nr_Nota_1168243_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168243_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168243_3330" id="ci_AlunoAvaliacao_1168243_3330" value="99933047" type="hidden">
                <input name="nr_Nota_1168243_3330" id="nr_Nota_1168243_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168243_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168243_1130" id="ci_AlunoAvaliacao_1168243_1130" value="99442800" type="hidden">
                <input name="nr_Nota_1168243_1130" id="nr_Nota_1168243_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168243_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168243_1140" id="ci_AlunoAvaliacao_1168243_1140" value="100109251" type="hidden">
                <input name="nr_Nota_1168243_1140" id="nr_Nota_1168243_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168243_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168243_1200" id="ci_AlunoAvaliacao_1168243_1200" value="99813928" type="hidden">
                <input name="nr_Nota_1168243_1200" id="nr_Nota_1168243_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168243_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168243_1620" id="ci_AlunoAvaliacao_1168243_1620" value="99814904" type="hidden">
                <input name="nr_Nota_1168243_1620" id="nr_Nota_1168243_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168243_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168243_1730" id="ci_AlunoAvaliacao_1168243_1730" value="99255194" type="hidden">
                <input name="nr_Nota_1168243_1730" id="nr_Nota_1168243_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;985797&nbsp;MARIA JOSELENE CANDIDO DE SOUSA
              <input id="cd_Aluno_31" name="cd_Aluno_31" value="985797" type="hidden"></td>
            
            <td id="colunaNotaAluno_985797_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_985797_154" id="ci_AlunoAvaliacao_985797_154" value="100101014" type="hidden">
                <input name="nr_Nota_985797_154" id="nr_Nota_985797_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_985797_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_985797_160" id="ci_AlunoAvaliacao_985797_160" value="99814616" type="hidden">
                <input name="nr_Nota_985797_160" id="nr_Nota_985797_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_985797_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_985797_530" id="ci_AlunoAvaliacao_985797_530" value="99661613" type="hidden">
                <input name="nr_Nota_985797_530" id="nr_Nota_985797_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_985797_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_985797_780" id="ci_AlunoAvaliacao_985797_780" value="99254346" type="hidden">
                <input name="nr_Nota_985797_780" id="nr_Nota_985797_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_985797_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_985797_800" id="ci_AlunoAvaliacao_985797_800" value="100796288" type="hidden">
                <input name="nr_Nota_985797_800" id="nr_Nota_985797_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_985797_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_985797_890" id="ci_AlunoAvaliacao_985797_890" value="99442442" type="hidden">
                <input name="nr_Nota_985797_890" id="nr_Nota_985797_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_985797_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_985797_970" id="ci_AlunoAvaliacao_985797_970" value="99254857" type="hidden">
                <input name="nr_Nota_985797_970" id="nr_Nota_985797_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_985797_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_985797_3330" id="ci_AlunoAvaliacao_985797_3330" value="99933048" type="hidden">
                <input name="nr_Nota_985797_3330" id="nr_Nota_985797_3330" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_985797_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_985797_1130" id="ci_AlunoAvaliacao_985797_1130" value="99442801" type="hidden">
                <input name="nr_Nota_985797_1130" id="nr_Nota_985797_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_985797_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_985797_1140" id="ci_AlunoAvaliacao_985797_1140" value="100109252" type="hidden">
                <input name="nr_Nota_985797_1140" id="nr_Nota_985797_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_985797_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_985797_1200" id="ci_AlunoAvaliacao_985797_1200" value="99813929" type="hidden">
                <input name="nr_Nota_985797_1200" id="nr_Nota_985797_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_985797_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_985797_1620" id="ci_AlunoAvaliacao_985797_1620" value="99814905" type="hidden">
                <input name="nr_Nota_985797_1620" id="nr_Nota_985797_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_985797_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_985797_1730" id="ci_AlunoAvaliacao_985797_1730" value="99255195" type="hidden">
                <input name="nr_Nota_985797_1730" id="nr_Nota_985797_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;859710&nbsp;MARIA KAROLINA ALMEIDA DA SILVA
              <input id="cd_Aluno_32" name="cd_Aluno_32" value="859710" type="hidden"></td>
            
            <td id="colunaNotaAluno_859710_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_859710_154" id="ci_AlunoAvaliacao_859710_154" value="100101015" type="hidden">
                <input name="nr_Nota_859710_154" id="nr_Nota_859710_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_859710_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_859710_160" id="ci_AlunoAvaliacao_859710_160" value="99814617" type="hidden">
                <input name="nr_Nota_859710_160" id="nr_Nota_859710_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_859710_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_859710_530" id="ci_AlunoAvaliacao_859710_530" value="99661614" type="hidden">
                <input name="nr_Nota_859710_530" id="nr_Nota_859710_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_859710_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_859710_780" id="ci_AlunoAvaliacao_859710_780" value="99254347" type="hidden">
                <input name="nr_Nota_859710_780" id="nr_Nota_859710_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_859710_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_859710_800" id="ci_AlunoAvaliacao_859710_800" value="100796289" type="hidden">
                <input name="nr_Nota_859710_800" id="nr_Nota_859710_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_859710_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_859710_890" id="ci_AlunoAvaliacao_859710_890" value="99442443" type="hidden">
                <input name="nr_Nota_859710_890" id="nr_Nota_859710_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_859710_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_859710_970" id="ci_AlunoAvaliacao_859710_970" value="99254858" type="hidden">
                <input name="nr_Nota_859710_970" id="nr_Nota_859710_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_859710_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_859710_3330" id="ci_AlunoAvaliacao_859710_3330" value="99933049" type="hidden">
                <input name="nr_Nota_859710_3330" id="nr_Nota_859710_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_859710_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_859710_1130" id="ci_AlunoAvaliacao_859710_1130" value="99442802" type="hidden">
                <input name="nr_Nota_859710_1130" id="nr_Nota_859710_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_859710_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_859710_1140" id="ci_AlunoAvaliacao_859710_1140" value="100109253" type="hidden">
                <input name="nr_Nota_859710_1140" id="nr_Nota_859710_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_859710_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_859710_1200" id="ci_AlunoAvaliacao_859710_1200" value="99813930" type="hidden">
                <input name="nr_Nota_859710_1200" id="nr_Nota_859710_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_859710_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_859710_1620" id="ci_AlunoAvaliacao_859710_1620" value="99814906" type="hidden">
                <input name="nr_Nota_859710_1620" id="nr_Nota_859710_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_859710_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_859710_1730" id="ci_AlunoAvaliacao_859710_1730" value="99255196" type="hidden">
                <input name="nr_Nota_859710_1730" id="nr_Nota_859710_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1201618&nbsp;MEIRYANE XIMENES ALBUQUERQUE DE MENEZES
              <input id="cd_Aluno_33" name="cd_Aluno_33" value="1201618" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201618_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201618_154" id="ci_AlunoAvaliacao_1201618_154" value="99455893" type="hidden">
                <input name="nr_Nota_1201618_154" id="nr_Nota_1201618_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201618_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201618_160" id="ci_AlunoAvaliacao_1201618_160" value="99455894" type="hidden">
                <input name="nr_Nota_1201618_160" id="nr_Nota_1201618_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201618_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201618_530" id="ci_AlunoAvaliacao_1201618_530" value="99455895" type="hidden">
                <input name="nr_Nota_1201618_530" id="nr_Nota_1201618_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201618_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201618_780" id="ci_AlunoAvaliacao_1201618_780" value="99254348" type="hidden">
                <input name="nr_Nota_1201618_780" id="nr_Nota_1201618_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201618_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201618_800" id="ci_AlunoAvaliacao_1201618_800" value="99455896" type="hidden">
                <input name="nr_Nota_1201618_800" id="nr_Nota_1201618_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201618_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201618_890" id="ci_AlunoAvaliacao_1201618_890" value="99442444" type="hidden">
                <input name="nr_Nota_1201618_890" id="nr_Nota_1201618_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201618_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201618_970" id="ci_AlunoAvaliacao_1201618_970" value="99254859" type="hidden">
                <input name="nr_Nota_1201618_970" id="nr_Nota_1201618_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201618_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201618_3330" id="ci_AlunoAvaliacao_1201618_3330" value="99455897" type="hidden">
                <input name="nr_Nota_1201618_3330" id="nr_Nota_1201618_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201618_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201618_1130" id="ci_AlunoAvaliacao_1201618_1130" value="99442803" type="hidden">
                <input name="nr_Nota_1201618_1130" id="nr_Nota_1201618_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201618_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201618_1140" id="ci_AlunoAvaliacao_1201618_1140" value="99455898" type="hidden">
                <input name="nr_Nota_1201618_1140" id="nr_Nota_1201618_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201618_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201618_1200" id="ci_AlunoAvaliacao_1201618_1200" value="99455899" type="hidden">
                <input name="nr_Nota_1201618_1200" id="nr_Nota_1201618_1200" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201618_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201618_1620" id="ci_AlunoAvaliacao_1201618_1620" value="99455900" type="hidden">
                <input name="nr_Nota_1201618_1620" id="nr_Nota_1201618_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201618_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201618_1730" id="ci_AlunoAvaliacao_1201618_1730" value="99255197" type="hidden">
                <input name="nr_Nota_1201618_1730" id="nr_Nota_1201618_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1194978&nbsp;NATALY DA SILVA DUTRA
              <input id="cd_Aluno_34" name="cd_Aluno_34" value="1194978" type="hidden"></td>
            
            <td id="colunaNotaAluno_1194978_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194978_154" id="ci_AlunoAvaliacao_1194978_154" value="100101016" type="hidden">
                <input name="nr_Nota_1194978_154" id="nr_Nota_1194978_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194978_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194978_160" id="ci_AlunoAvaliacao_1194978_160" value="99814618" type="hidden">
                <input name="nr_Nota_1194978_160" id="nr_Nota_1194978_160" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194978_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194978_530" id="ci_AlunoAvaliacao_1194978_530" value="99661615" type="hidden">
                <input name="nr_Nota_1194978_530" id="nr_Nota_1194978_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194978_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194978_780" id="ci_AlunoAvaliacao_1194978_780" value="99254349" type="hidden">
                <input name="nr_Nota_1194978_780" id="nr_Nota_1194978_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194978_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194978_800" id="ci_AlunoAvaliacao_1194978_800" value="100112217" type="hidden">
                <input name="nr_Nota_1194978_800" id="nr_Nota_1194978_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194978_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194978_890" id="ci_AlunoAvaliacao_1194978_890" value="99442445" type="hidden">
                <input name="nr_Nota_1194978_890" id="nr_Nota_1194978_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194978_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194978_970" id="ci_AlunoAvaliacao_1194978_970" value="99254860" type="hidden">
                <input name="nr_Nota_1194978_970" id="nr_Nota_1194978_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194978_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194978_3330" id="ci_AlunoAvaliacao_1194978_3330" value="99933050" type="hidden">
                <input name="nr_Nota_1194978_3330" id="nr_Nota_1194978_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194978_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194978_1130" id="ci_AlunoAvaliacao_1194978_1130" value="99442804" type="hidden">
                <input name="nr_Nota_1194978_1130" id="nr_Nota_1194978_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194978_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194978_1140" id="ci_AlunoAvaliacao_1194978_1140" value="100109254" type="hidden">
                <input name="nr_Nota_1194978_1140" id="nr_Nota_1194978_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194978_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194978_1200" id="ci_AlunoAvaliacao_1194978_1200" value="99813931" type="hidden">
                <input name="nr_Nota_1194978_1200" id="nr_Nota_1194978_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194978_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194978_1620" id="ci_AlunoAvaliacao_1194978_1620" value="99814907" type="hidden">
                <input name="nr_Nota_1194978_1620" id="nr_Nota_1194978_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1194978_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1194978_1730" id="ci_AlunoAvaliacao_1194978_1730" value="99255198" type="hidden">
                <input name="nr_Nota_1194978_1730" id="nr_Nota_1194978_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1030837&nbsp;PAMELA SARAIVA ALVES VIEIRA
              <input id="cd_Aluno_35" name="cd_Aluno_35" value="1030837" type="hidden"></td>
            
            <td id="colunaNotaAluno_1030837_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1030837_154" id="ci_AlunoAvaliacao_1030837_154" value="100101017" type="hidden">
                <input name="nr_Nota_1030837_154" id="nr_Nota_1030837_154" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1030837_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1030837_160" id="ci_AlunoAvaliacao_1030837_160" value="99814619" type="hidden">
                <input name="nr_Nota_1030837_160" id="nr_Nota_1030837_160" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1030837_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1030837_530" id="ci_AlunoAvaliacao_1030837_530" value="99661616" type="hidden">
                <input name="nr_Nota_1030837_530" id="nr_Nota_1030837_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1030837_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1030837_780" id="ci_AlunoAvaliacao_1030837_780" value="99254350" type="hidden">
                <input name="nr_Nota_1030837_780" id="nr_Nota_1030837_780" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1030837_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1030837_800" id="ci_AlunoAvaliacao_1030837_800" value="100796310" type="hidden">
                <input name="nr_Nota_1030837_800" id="nr_Nota_1030837_800" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1030837_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1030837_890" id="ci_AlunoAvaliacao_1030837_890" value="99442446" type="hidden">
                <input name="nr_Nota_1030837_890" id="nr_Nota_1030837_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1030837_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1030837_970" id="ci_AlunoAvaliacao_1030837_970" value="99254861" type="hidden">
                <input name="nr_Nota_1030837_970" id="nr_Nota_1030837_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1030837_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1030837_3330" id="ci_AlunoAvaliacao_1030837_3330" value="99933051" type="hidden">
                <input name="nr_Nota_1030837_3330" id="nr_Nota_1030837_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1030837_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1030837_1130" id="ci_AlunoAvaliacao_1030837_1130" value="99442805" type="hidden">
                <input name="nr_Nota_1030837_1130" id="nr_Nota_1030837_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1030837_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1030837_1140" id="ci_AlunoAvaliacao_1030837_1140" value="100109255" type="hidden">
                <input name="nr_Nota_1030837_1140" id="nr_Nota_1030837_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1030837_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1030837_1200" id="ci_AlunoAvaliacao_1030837_1200" value="99813932" type="hidden">
                <input name="nr_Nota_1030837_1200" id="nr_Nota_1030837_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1030837_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1030837_1620" id="ci_AlunoAvaliacao_1030837_1620" value="99814908" type="hidden">
                <input name="nr_Nota_1030837_1620" id="nr_Nota_1030837_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1030837_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1030837_1730" id="ci_AlunoAvaliacao_1030837_1730" value="99255199" type="hidden">
                <input name="nr_Nota_1030837_1730" id="nr_Nota_1030837_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;889328&nbsp;RAQUEL DE OLIVEIRA FERREIRA
              <input id="cd_Aluno_36" name="cd_Aluno_36" value="889328" type="hidden"></td>
            
            <td id="colunaNotaAluno_889328_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889328_154" id="ci_AlunoAvaliacao_889328_154" value="100101018" type="hidden">
                <input name="nr_Nota_889328_154" id="nr_Nota_889328_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889328_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889328_160" id="ci_AlunoAvaliacao_889328_160" value="99814620" type="hidden">
                <input name="nr_Nota_889328_160" id="nr_Nota_889328_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889328_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889328_530" id="ci_AlunoAvaliacao_889328_530" value="99661617" type="hidden">
                <input name="nr_Nota_889328_530" id="nr_Nota_889328_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889328_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889328_780" id="ci_AlunoAvaliacao_889328_780" value="99254351" type="hidden">
                <input name="nr_Nota_889328_780" id="nr_Nota_889328_780" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889328_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889328_800" id="ci_AlunoAvaliacao_889328_800" value="100796324" type="hidden">
                <input name="nr_Nota_889328_800" id="nr_Nota_889328_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889328_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889328_890" id="ci_AlunoAvaliacao_889328_890" value="99442447" type="hidden">
                <input name="nr_Nota_889328_890" id="nr_Nota_889328_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889328_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889328_970" id="ci_AlunoAvaliacao_889328_970" value="99254862" type="hidden">
                <input name="nr_Nota_889328_970" id="nr_Nota_889328_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889328_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889328_3330" id="ci_AlunoAvaliacao_889328_3330" value="99933052" type="hidden">
                <input name="nr_Nota_889328_3330" id="nr_Nota_889328_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889328_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889328_1130" id="ci_AlunoAvaliacao_889328_1130" value="99442806" type="hidden">
                <input name="nr_Nota_889328_1130" id="nr_Nota_889328_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889328_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889328_1140" id="ci_AlunoAvaliacao_889328_1140" value="100109256" type="hidden">
                <input name="nr_Nota_889328_1140" id="nr_Nota_889328_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889328_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889328_1200" id="ci_AlunoAvaliacao_889328_1200" value="99813933" type="hidden">
                <input name="nr_Nota_889328_1200" id="nr_Nota_889328_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889328_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889328_1620" id="ci_AlunoAvaliacao_889328_1620" value="99814909" type="hidden">
                <input name="nr_Nota_889328_1620" id="nr_Nota_889328_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889328_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889328_1730" id="ci_AlunoAvaliacao_889328_1730" value="99255200" type="hidden">
                <input name="nr_Nota_889328_1730" id="nr_Nota_889328_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;459415&nbsp;RONALD DA SILVA ROQUE
              <input id="cd_Aluno_37" name="cd_Aluno_37" value="459415" type="hidden"></td>
            
            <td id="colunaNotaAluno_459415_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459415_154" id="ci_AlunoAvaliacao_459415_154" value="100101019" type="hidden">
                <input name="nr_Nota_459415_154" id="nr_Nota_459415_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459415_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459415_160" id="ci_AlunoAvaliacao_459415_160" value="99814621" type="hidden">
                <input name="nr_Nota_459415_160" id="nr_Nota_459415_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459415_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459415_530" id="ci_AlunoAvaliacao_459415_530" value="99661618" type="hidden">
                <input name="nr_Nota_459415_530" id="nr_Nota_459415_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459415_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459415_780" id="ci_AlunoAvaliacao_459415_780" value="99254352" type="hidden">
                <input name="nr_Nota_459415_780" id="nr_Nota_459415_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459415_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459415_800" id="ci_AlunoAvaliacao_459415_800" value="100796325" type="hidden">
                <input name="nr_Nota_459415_800" id="nr_Nota_459415_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459415_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459415_890" id="ci_AlunoAvaliacao_459415_890" value="99442448" type="hidden">
                <input name="nr_Nota_459415_890" id="nr_Nota_459415_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459415_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459415_970" id="ci_AlunoAvaliacao_459415_970" value="99254863" type="hidden">
                <input name="nr_Nota_459415_970" id="nr_Nota_459415_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459415_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459415_3330" id="ci_AlunoAvaliacao_459415_3330" value="99933053" type="hidden">
                <input name="nr_Nota_459415_3330" id="nr_Nota_459415_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459415_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459415_1130" id="ci_AlunoAvaliacao_459415_1130" value="99442807" type="hidden">
                <input name="nr_Nota_459415_1130" id="nr_Nota_459415_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459415_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459415_1140" id="ci_AlunoAvaliacao_459415_1140" value="100109257" type="hidden">
                <input name="nr_Nota_459415_1140" id="nr_Nota_459415_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459415_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459415_1200" id="ci_AlunoAvaliacao_459415_1200" value="99813934" type="hidden">
                <input name="nr_Nota_459415_1200" id="nr_Nota_459415_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459415_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459415_1620" id="ci_AlunoAvaliacao_459415_1620" value="99814910" type="hidden">
                <input name="nr_Nota_459415_1620" id="nr_Nota_459415_1620" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_459415_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_459415_1730" id="ci_AlunoAvaliacao_459415_1730" value="99255201" type="hidden">
                <input name="nr_Nota_459415_1730" id="nr_Nota_459415_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1004985&nbsp;THAIS COELHO DE SOUSA
              <input id="cd_Aluno_38" name="cd_Aluno_38" value="1004985" type="hidden"></td>
            
            <td id="colunaNotaAluno_1004985_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1004985_154" id="ci_AlunoAvaliacao_1004985_154" value="100101020" type="hidden">
                <input name="nr_Nota_1004985_154" id="nr_Nota_1004985_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1004985_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1004985_160" id="ci_AlunoAvaliacao_1004985_160" value="99814622" type="hidden">
                <input name="nr_Nota_1004985_160" id="nr_Nota_1004985_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1004985_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1004985_530" id="ci_AlunoAvaliacao_1004985_530" value="99661619" type="hidden">
                <input name="nr_Nota_1004985_530" id="nr_Nota_1004985_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1004985_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1004985_780" id="ci_AlunoAvaliacao_1004985_780" value="99254353" type="hidden">
                <input name="nr_Nota_1004985_780" id="nr_Nota_1004985_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1004985_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1004985_800" id="ci_AlunoAvaliacao_1004985_800" value="100796340" type="hidden">
                <input name="nr_Nota_1004985_800" id="nr_Nota_1004985_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1004985_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1004985_890" id="ci_AlunoAvaliacao_1004985_890" value="99442449" type="hidden">
                <input name="nr_Nota_1004985_890" id="nr_Nota_1004985_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1004985_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1004985_970" id="ci_AlunoAvaliacao_1004985_970" value="99254864" type="hidden">
                <input name="nr_Nota_1004985_970" id="nr_Nota_1004985_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1004985_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1004985_3330" id="ci_AlunoAvaliacao_1004985_3330" value="99933054" type="hidden">
                <input name="nr_Nota_1004985_3330" id="nr_Nota_1004985_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1004985_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1004985_1130" id="ci_AlunoAvaliacao_1004985_1130" value="99442808" type="hidden">
                <input name="nr_Nota_1004985_1130" id="nr_Nota_1004985_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1004985_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1004985_1140" id="ci_AlunoAvaliacao_1004985_1140" value="100109258" type="hidden">
                <input name="nr_Nota_1004985_1140" id="nr_Nota_1004985_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1004985_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1004985_1200" id="ci_AlunoAvaliacao_1004985_1200" value="99813935" type="hidden">
                <input name="nr_Nota_1004985_1200" id="nr_Nota_1004985_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1004985_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1004985_1620" id="ci_AlunoAvaliacao_1004985_1620" value="99814911" type="hidden">
                <input name="nr_Nota_1004985_1620" id="nr_Nota_1004985_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1004985_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1004985_1730" id="ci_AlunoAvaliacao_1004985_1730" value="99255202" type="hidden">
                <input name="nr_Nota_1004985_1730" id="nr_Nota_1004985_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;892028&nbsp;THAIS ISABELA FERREIRA DA SILVA
              <input id="cd_Aluno_39" name="cd_Aluno_39" value="892028" type="hidden"></td>
            
            <td id="colunaNotaAluno_892028_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892028_154" id="ci_AlunoAvaliacao_892028_154" value="100101021" type="hidden">
                <input name="nr_Nota_892028_154" id="nr_Nota_892028_154" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892028_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892028_160" id="ci_AlunoAvaliacao_892028_160" value="99814623" type="hidden">
                <input name="nr_Nota_892028_160" id="nr_Nota_892028_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892028_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892028_530" id="ci_AlunoAvaliacao_892028_530" value="99661620" type="hidden">
                <input name="nr_Nota_892028_530" id="nr_Nota_892028_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892028_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892028_780" id="ci_AlunoAvaliacao_892028_780" value="99254354" type="hidden">
                <input name="nr_Nota_892028_780" id="nr_Nota_892028_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892028_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892028_800" id="ci_AlunoAvaliacao_892028_800" value="100796349" type="hidden">
                <input name="nr_Nota_892028_800" id="nr_Nota_892028_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892028_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892028_890" id="ci_AlunoAvaliacao_892028_890" value="99442450" type="hidden">
                <input name="nr_Nota_892028_890" id="nr_Nota_892028_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892028_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892028_970" id="ci_AlunoAvaliacao_892028_970" value="99254865" type="hidden">
                <input name="nr_Nota_892028_970" id="nr_Nota_892028_970" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892028_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892028_3330" id="ci_AlunoAvaliacao_892028_3330" value="99933055" type="hidden">
                <input name="nr_Nota_892028_3330" id="nr_Nota_892028_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892028_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892028_1130" id="ci_AlunoAvaliacao_892028_1130" value="99442809" type="hidden">
                <input name="nr_Nota_892028_1130" id="nr_Nota_892028_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892028_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892028_1140" id="ci_AlunoAvaliacao_892028_1140" value="100109259" type="hidden">
                <input name="nr_Nota_892028_1140" id="nr_Nota_892028_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892028_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892028_1200" id="ci_AlunoAvaliacao_892028_1200" value="99813936" type="hidden">
                <input name="nr_Nota_892028_1200" id="nr_Nota_892028_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892028_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892028_1620" id="ci_AlunoAvaliacao_892028_1620" value="99814912" type="hidden">
                <input name="nr_Nota_892028_1620" id="nr_Nota_892028_1620" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892028_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892028_1730" id="ci_AlunoAvaliacao_892028_1730" value="99255203" type="hidden">
                <input name="nr_Nota_892028_1730" id="nr_Nota_892028_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1301960&nbsp;THAIS PEREIRA NOGUEIRA
              <input id="cd_Aluno_40" name="cd_Aluno_40" value="1301960" type="hidden"></td>
            
            <td id="colunaNotaAluno_1301960_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301960_154" id="ci_AlunoAvaliacao_1301960_154" value="100101022" type="hidden">
                <input name="nr_Nota_1301960_154" id="nr_Nota_1301960_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301960_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301960_160" id="ci_AlunoAvaliacao_1301960_160" value="99814624" type="hidden">
                <input name="nr_Nota_1301960_160" id="nr_Nota_1301960_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301960_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301960_530" id="ci_AlunoAvaliacao_1301960_530" value="99661621" type="hidden">
                <input name="nr_Nota_1301960_530" id="nr_Nota_1301960_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301960_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301960_780" id="ci_AlunoAvaliacao_1301960_780" value="99254355" type="hidden">
                <input name="nr_Nota_1301960_780" id="nr_Nota_1301960_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301960_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301960_800" id="ci_AlunoAvaliacao_1301960_800" value="100796365" type="hidden">
                <input name="nr_Nota_1301960_800" id="nr_Nota_1301960_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301960_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301960_890" id="ci_AlunoAvaliacao_1301960_890" value="99442451" type="hidden">
                <input name="nr_Nota_1301960_890" id="nr_Nota_1301960_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301960_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301960_970" id="ci_AlunoAvaliacao_1301960_970" value="99254866" type="hidden">
                <input name="nr_Nota_1301960_970" id="nr_Nota_1301960_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301960_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301960_3330" id="ci_AlunoAvaliacao_1301960_3330" value="99933056" type="hidden">
                <input name="nr_Nota_1301960_3330" id="nr_Nota_1301960_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301960_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301960_1130" id="ci_AlunoAvaliacao_1301960_1130" value="99442810" type="hidden">
                <input name="nr_Nota_1301960_1130" id="nr_Nota_1301960_1130" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301960_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301960_1140" id="ci_AlunoAvaliacao_1301960_1140" value="100109260" type="hidden">
                <input name="nr_Nota_1301960_1140" id="nr_Nota_1301960_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301960_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301960_1200" id="ci_AlunoAvaliacao_1301960_1200" value="99813937" type="hidden">
                <input name="nr_Nota_1301960_1200" id="nr_Nota_1301960_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301960_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301960_1620" id="ci_AlunoAvaliacao_1301960_1620" value="99814913" type="hidden">
                <input name="nr_Nota_1301960_1620" id="nr_Nota_1301960_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301960_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301960_1730" id="ci_AlunoAvaliacao_1301960_1730" value="99255204" type="hidden">
                <input name="nr_Nota_1301960_1730" id="nr_Nota_1301960_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1662806&nbsp;THAYANE MARIA DE MELO BRANDAO
              <input id="cd_Aluno_41" name="cd_Aluno_41" value="1662806" type="hidden"></td>
            
            <td id="colunaNotaAluno_1662806_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1662806_154" id="ci_AlunoAvaliacao_1662806_154" value="100101023" type="hidden">
                <input name="nr_Nota_1662806_154" id="nr_Nota_1662806_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1662806_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1662806_160" id="ci_AlunoAvaliacao_1662806_160" value="99814625" type="hidden">
                <input name="nr_Nota_1662806_160" id="nr_Nota_1662806_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1662806_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1662806_530" id="ci_AlunoAvaliacao_1662806_530" value="99661622" type="hidden">
                <input name="nr_Nota_1662806_530" id="nr_Nota_1662806_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1662806_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1662806_780" id="ci_AlunoAvaliacao_1662806_780" value="99254356" type="hidden">
                <input name="nr_Nota_1662806_780" id="nr_Nota_1662806_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1662806_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1662806_800" id="ci_AlunoAvaliacao_1662806_800" value="100796370" type="hidden">
                <input name="nr_Nota_1662806_800" id="nr_Nota_1662806_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1662806_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1662806_890" id="ci_AlunoAvaliacao_1662806_890" value="99442452" type="hidden">
                <input name="nr_Nota_1662806_890" id="nr_Nota_1662806_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1662806_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1662806_970" id="ci_AlunoAvaliacao_1662806_970" value="99254867" type="hidden">
                <input name="nr_Nota_1662806_970" id="nr_Nota_1662806_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1662806_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1662806_3330" id="ci_AlunoAvaliacao_1662806_3330" value="99933057" type="hidden">
                <input name="nr_Nota_1662806_3330" id="nr_Nota_1662806_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1662806_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1662806_1130" id="ci_AlunoAvaliacao_1662806_1130" value="99442811" type="hidden">
                <input name="nr_Nota_1662806_1130" id="nr_Nota_1662806_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1662806_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1662806_1140" id="ci_AlunoAvaliacao_1662806_1140" value="100109261" type="hidden">
                <input name="nr_Nota_1662806_1140" id="nr_Nota_1662806_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1662806_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1662806_1200" id="ci_AlunoAvaliacao_1662806_1200" value="99813938" type="hidden">
                <input name="nr_Nota_1662806_1200" id="nr_Nota_1662806_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1662806_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1662806_1620" id="ci_AlunoAvaliacao_1662806_1620" value="99814914" type="hidden">
                <input name="nr_Nota_1662806_1620" id="nr_Nota_1662806_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1662806_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1662806_1730" id="ci_AlunoAvaliacao_1662806_1730" value="99255205" type="hidden">
                <input name="nr_Nota_1662806_1730" id="nr_Nota_1662806_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1230875&nbsp;TICIANA TEIXEIRA DOS SANTOS
              <input id="cd_Aluno_42" name="cd_Aluno_42" value="1230875" type="hidden"></td>
            
            <td id="colunaNotaAluno_1230875_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230875_154" id="ci_AlunoAvaliacao_1230875_154" value="100101024" type="hidden">
                <input name="nr_Nota_1230875_154" id="nr_Nota_1230875_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230875_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230875_160" id="ci_AlunoAvaliacao_1230875_160" value="99814626" type="hidden">
                <input name="nr_Nota_1230875_160" id="nr_Nota_1230875_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230875_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230875_530" id="ci_AlunoAvaliacao_1230875_530" value="99661623" type="hidden">
                <input name="nr_Nota_1230875_530" id="nr_Nota_1230875_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230875_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230875_780" id="ci_AlunoAvaliacao_1230875_780" value="99254357" type="hidden">
                <input name="nr_Nota_1230875_780" id="nr_Nota_1230875_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230875_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230875_800" id="ci_AlunoAvaliacao_1230875_800" value="100796371" type="hidden">
                <input name="nr_Nota_1230875_800" id="nr_Nota_1230875_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230875_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230875_890" id="ci_AlunoAvaliacao_1230875_890" value="99442453" type="hidden">
                <input name="nr_Nota_1230875_890" id="nr_Nota_1230875_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230875_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230875_970" id="ci_AlunoAvaliacao_1230875_970" value="99254868" type="hidden">
                <input name="nr_Nota_1230875_970" id="nr_Nota_1230875_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230875_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230875_3330" id="ci_AlunoAvaliacao_1230875_3330" value="99933058" type="hidden">
                <input name="nr_Nota_1230875_3330" id="nr_Nota_1230875_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230875_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230875_1130" id="ci_AlunoAvaliacao_1230875_1130" value="99442812" type="hidden">
                <input name="nr_Nota_1230875_1130" id="nr_Nota_1230875_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230875_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230875_1140" id="ci_AlunoAvaliacao_1230875_1140" value="100109262" type="hidden">
                <input name="nr_Nota_1230875_1140" id="nr_Nota_1230875_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230875_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230875_1200" id="ci_AlunoAvaliacao_1230875_1200" value="99813939" type="hidden">
                <input name="nr_Nota_1230875_1200" id="nr_Nota_1230875_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230875_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230875_1620" id="ci_AlunoAvaliacao_1230875_1620" value="99814915" type="hidden">
                <input name="nr_Nota_1230875_1620" id="nr_Nota_1230875_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1230875_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1230875_1730" id="ci_AlunoAvaliacao_1230875_1730" value="99255206" type="hidden">
                <input name="nr_Nota_1230875_1730" id="nr_Nota_1230875_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;113884&nbsp;WILLIAM DE JESUS DA ROCHA JUNIOR
              <input id="cd_Aluno_43" name="cd_Aluno_43" value="113884" type="hidden"></td>
            
            <td id="colunaNotaAluno_113884_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113884_154" id="ci_AlunoAvaliacao_113884_154" value="100101025" type="hidden">
                <input name="nr_Nota_113884_154" id="nr_Nota_113884_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113884_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113884_160" id="ci_AlunoAvaliacao_113884_160" value="99814627" type="hidden">
                <input name="nr_Nota_113884_160" id="nr_Nota_113884_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113884_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113884_530" id="ci_AlunoAvaliacao_113884_530" value="99661624" type="hidden">
                <input name="nr_Nota_113884_530" id="nr_Nota_113884_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113884_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113884_780" id="ci_AlunoAvaliacao_113884_780" value="99254358" type="hidden">
                <input name="nr_Nota_113884_780" id="nr_Nota_113884_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113884_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113884_800" id="ci_AlunoAvaliacao_113884_800" value="100796372" type="hidden">
                <input name="nr_Nota_113884_800" id="nr_Nota_113884_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113884_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113884_890" id="ci_AlunoAvaliacao_113884_890" value="99442454" type="hidden">
                <input name="nr_Nota_113884_890" id="nr_Nota_113884_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113884_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113884_970" id="ci_AlunoAvaliacao_113884_970" value="99254869" type="hidden">
                <input name="nr_Nota_113884_970" id="nr_Nota_113884_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113884_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113884_3330" id="ci_AlunoAvaliacao_113884_3330" value="99933059" type="hidden">
                <input name="nr_Nota_113884_3330" id="nr_Nota_113884_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113884_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113884_1130" id="ci_AlunoAvaliacao_113884_1130" value="99442813" type="hidden">
                <input name="nr_Nota_113884_1130" id="nr_Nota_113884_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113884_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113884_1140" id="ci_AlunoAvaliacao_113884_1140" value="100109263" type="hidden">
                <input name="nr_Nota_113884_1140" id="nr_Nota_113884_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113884_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113884_1200" id="ci_AlunoAvaliacao_113884_1200" value="99813940" type="hidden">
                <input name="nr_Nota_113884_1200" id="nr_Nota_113884_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113884_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113884_1620" id="ci_AlunoAvaliacao_113884_1620" value="99814916" type="hidden">
                <input name="nr_Nota_113884_1620" id="nr_Nota_113884_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113884_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113884_1730" id="ci_AlunoAvaliacao_113884_1730" value="99255207" type="hidden">
                <input name="nr_Nota_113884_1730" id="nr_Nota_113884_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
        </tbody></table>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="center">
              <br>
              
              			<input name="btnIncluir" class="botao" id="btnIncluir" value=" Incluir " onclick="ValidaPagina(this,'I');" type="button">
            	  
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;                      
                      <input name="btnExcluir" class="botao" id="btnExcluir" value=" Excluir " onclick="Excluir(this);" type="button">
    	                        
              </td>
          </tr>
        </tbody></table>
        </td>
    </tr>
  </tbody></table>
</form>
<div class="" style="display: block; top: 355px; left: 839px;" id="tooltip"><h3>LINGUA ESTRANGEIRA (ESPANHOL)</h3><div class="body">DAVI MARQUES DA SILVA</div><div style="display: none;" class="url"></div></div><div id="hintbox"></div></body></html>